Issue Details (XML | Word | Printable)

Key: APPR-108
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: William (Kandoko)
Reporter: dinesh
Votes: 7
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Auc-Util-Appraiser

Appraiser should remember last sort and start looking the same way

Created: 16/Mar/08 07:24 PM   Updated: 26/Jan/10 03:09 PM
Component/s: Config, GUI
Affects Version/s: 5.0.0
Fix Version/s: None

Issue Links:
Blocks
 
Cloners
 


 Description  « Hide
I'm not sure if this belongs in ScrollSheet/Configator, or whether it needs to be separately implemented in each module that uses ScrollSheet.

In BeanCounter, I have noticed that every time I log in the default view is back to its default sort. It should remember the sort I last used, and start with it sorted that way again.



 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
dinesh added a comment - 16/Mar/08 07:25 PM
Dev input was that each addon should maintain its own state, rather than relying on Configator to do so.

lycanther added a comment - 06/Jun/08 11:16 AM
Or just change the default sort order to always be increasing...99% of the time, you're only interested in the cheapest item (or cheapest 10 items, etc). Whether you're buying or selling, you're never trying to find the most expensive item listed. The current sort order (which focuses on the most expensive items) is silly.


Hirsute added a comment - 11/Mar/09 06:49 PM - edited
This comment would better fit in APPR-256, copying it over there.

William (Kandoko) added a comment - 18/Apr/09 07:08 PM
r4166
The sort order of a column will now be remembered across sessions, requires Configator r210 or higher

William (Kandoko) added a comment - 19/Apr/09 10:16 AM
r4172
Due to appraiser calling for a GUI refresh after using a set() value in the GUI we had a intermetiant issue where the OnUpdate() would fire before we had finished creating appriasers GUI

By moving the column sort and column order functions to teh end we do not flag for OnUpdate() till appr gui has completed.
When we set() last order and last column sort used.


Nikk (Nechckn) added a comment - 26/Jan/10 03:09 PM
Sort now saved across sessions.