The sort on creation date does not work with non-US dates.
Created attachment 14423 [details] [review] proposed patch TEST PLAN : Try with different date formats (system preference "dateformat") Before patch, the "dd/mm/yyyy" is not well sorted.
Created attachment 14426 [details] [review] [SIGNED-OFF] Bug 9349: fix on date sort in Saved Reports Allows the dd/mm/yyyy format to be correctly sorted in the Saved Reports table. TEST PLAN : Try with different date formats (system preference "dateformat") Before patch, the "dd/mm/yyyy" is not well sorted. Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Hi Adrien, I link this bug with 9108. Have a look to it and see the new way to check the dateformat pref. This new way will become a new best practice. So your patch will be: + [% IF ( dateformat == "metric" ) %]dateFormat: 'uk',[% END %] Marked as Failed QA
Bug 9466 introduces Datatable on this page. This patch becomes useless.