https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29194 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Nick Clemens (kidclamp) from comment #0)
Bug 28153 comment 3 suggests the preferences should be ordered
Alphabetical could differ in different languages, and I think that would be confusing
Not sure why. A staff user will normally use one particular language, I suppose.
Currently the table is ordered by 'message_attribute_id' and these is not a simple way to sort as desired
True. (In reply to Sam Lau from comment #3)
4) Ensure they are now sorted in teh following fashion: 'Hold_Filled' => 1, 'Hold_Reminder' => 2, 'Recall_Requested' => 3, 'Recall_Waiting' => 4, 'Ill_ready' => 5, 'Ill_unavailable' => 6, 'Ill_update' => 7, 'Item_Checkout' => 8, 'Auto_Renewals' => 9, 'Advance_Notice' => 10, 'Item_Due' => 11, 'Item_Check_in' => 12
This creates maintenance. For each new notice we need to edit this list. While just sorting by name is simple and effective here imo. -- You are receiving this mail because: You are watching all bug changes.