[Koha-bugs] [Bug 3134] Ability to select multiple reports to delete at once

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 21 10:47:17 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3134

--- Comment #23 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 20527
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20527&action=edit
Bug 3134: ID and Report name columns are not well sorted.

The sort for ID is alpha instead of numerical, same for the report
names.

To test:
create id=1, name=Report 1
create id=2, name=Report 2
create id=10, name=Report 10
create id=11, name=Report 11

Sorting by id:
without this patch 1, 10, 11, 2
with this patch: 1, 2, 10, 11

Sorting by name:
without this patch: Report 1, Report 10, Report 11, Report 2
with this patch: Report 1, Report 2, Report 10, Report 11

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list