Bug 38662

Summary: Additional fields admin page hard to read
Product: Koha Reporter: Pedro Amorim <pedro.amorim>
Component: Staff interfaceAssignee: Pedro Amorim <pedro.amorim>
Status: Pushed to main --- QA Contact: Martin Renvoize (ashimema) <martin.renvoize>
Severity: enhancement    
Priority: P5 - low CC: david, gmcharlt, martin.renvoize, pedro.amorim
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This enhancement to the Administration > Additional parameters > Additional fields page makes it easier to read. The tables are now grouped and listed alphabetically by module and table name, instead of alphabetically by database table name.
Version(s) released in:
25.05.00
Circulation function:
Bug Depends on:    
Bug Blocks: 38262, 38663    
Attachments: Bug 38662: Group tables by module name
Bug 38662: Sort tables alphabetically
Bug 38662: Remove redundant 'ERM' labels
Bug 38662: Group tables by module name
Bug 38662: Sort tables alphabetically
Bug 38662: Remove redundant 'ERM' labels
Bug 38662: Group tables by module name
Bug 38662: Sort tables alphabetically
Bug 38662: Remove redundant 'ERM' labels

Description Pedro Amorim 2024-12-10 11:06:22 UTC
As more tables are getting support for additional fields, the page is becoming a bit hard to read.
Comment 1 Pedro Amorim 2024-12-10 11:08:57 UTC Comment hidden (obsolete)
Comment 2 Pedro Amorim 2024-12-10 11:08:59 UTC Comment hidden (obsolete)
Comment 3 Pedro Amorim 2024-12-10 11:09:01 UTC Comment hidden (obsolete)
Comment 4 Owen Leonard 2024-12-10 12:37:30 UTC
Created attachment 175347 [details] [review]
Bug 38662: Group tables by module name

Test plan:
1) Before applying patches, visit the additional fields admin page:
   <staff_url>/cgi-bin/koha/admin/additional-fields.pl
2) Notice the tables are not grouped by module, and not alphabetically sorted
3) Apply patches. Refresh

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 5 Owen Leonard 2024-12-10 12:37:32 UTC
Created attachment 175348 [details] [review]
Bug 38662: Sort tables alphabetically

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 6 Owen Leonard 2024-12-10 12:37:34 UTC
Created attachment 175349 [details] [review]
Bug 38662: Remove redundant 'ERM' labels

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 7 Martin Renvoize (ashimema) 2024-12-16 19:14:26 UTC
Created attachment 175572 [details] [review]
Bug 38662: Group tables by module name

Test plan:
1) Before applying patches, visit the additional fields admin page:
   <staff_url>/cgi-bin/koha/admin/additional-fields.pl
2) Notice the tables are not grouped by module, and not alphabetically sorted
3) Apply patches. Refresh

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 8 Martin Renvoize (ashimema) 2024-12-16 19:14:29 UTC
Created attachment 175573 [details] [review]
Bug 38662: Sort tables alphabetically

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 9 Martin Renvoize (ashimema) 2024-12-16 19:14:32 UTC
Created attachment 175574 [details] [review]
Bug 38662: Remove redundant 'ERM' labels

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 10 Martin Renvoize (ashimema) 2024-12-16 19:14:51 UTC
Much clearer.. Passing QA
Comment 11 Katrin Fischer 2024-12-23 11:23:35 UTC
Pushed for 25.05!

Well done everyone, thank you!