Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components
Pedro Amorim f3cc00d945
Bug 34107: Switch order for id and name feeding the first column in datatables
Test plan:
* Create 3 agreements, agreement #1 named 'a', agreement #2 named 'c' and agreement #3 named 'b'.
* Go to agreements list, click the Name column header, notice how the agreements get sorted by id #, not by first char in name. Expected order would be abc or cba, but it's acb or bca.
* Apply patch, on k-t-d, run the following if you're not using 'yarn js:watch':
    yarn js:build
* Sort the list again on the 'name' column, notice how it now sorts alphabetically as expected, either abc or cba.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-07-06 12:24:18 -03:00
..
ERM Bug 34107: Switch order for id and name feeding the first column in datatables 2023-07-06 12:24:18 -03:00
Breadcrumb.vue Bug 32806: Move Vue files for reusability 2023-02-27 11:11:58 -03:00
Breadcrumbs.vue Bug 33169: Build breadcrumbs and left-hand side menu from routes definition 2023-06-23 10:00:56 -03:00
ButtonSubmit.vue Bug 32925: Use a new state for this message 2023-02-27 11:14:10 -03:00
Dialog.vue Bug 32991: Don't remove all messages when confirm box is closed 2023-03-10 11:15:34 -03:00
Help.vue Bug 33346: Add missing class and id to link 2023-03-31 12:11:06 +02:00
KohaTable.vue Bug 33973: Restore sorting on Vue tables 2023-06-23 09:46:42 -03:00
LeftMenu.vue Bug 33169: Build breadcrumbs and left-hand side menu from routes definition 2023-06-23 10:00:56 -03:00
NavigationItem.vue Bug 33169: Add support for FA styles 2023-06-23 10:01:01 -03:00
Toolbar.vue Bug 33417: Fix translation in toolbar 2023-06-14 09:22:04 -03:00