Bug 38662 - Additional fields admin page hard to read
Summary: Additional fields admin page hard to read
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Pedro Amorim
QA Contact: Martin Renvoize (ashimema)
URL:
Keywords:
Depends on: 37577
Blocks: 38262 38663
  Show dependency treegraph
 
Reported: 2024-12-10 11:06 UTC by Pedro Amorim
Modified: 2025-01-20 12:57 UTC (History)
4 users (show)

See Also:
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:


Attachments
Bug 38662: Group tables by module name (4.14 KB, patch)
2024-12-10 11:08 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 38662: Sort tables alphabetically (3.20 KB, patch)
2024-12-10 11:08 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 38662: Remove redundant 'ERM' labels (1.47 KB, patch)
2024-12-10 11:09 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 38662: Group tables by module name (4.19 KB, patch)
2024-12-10 12:37 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 38662: Sort tables alphabetically (3.24 KB, patch)
2024-12-10 12:37 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 38662: Remove redundant 'ERM' labels (1.52 KB, patch)
2024-12-10 12:37 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 38662: Group tables by module name (4.26 KB, patch)
2024-12-16 19:14 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review
Bug 38662: Sort tables alphabetically (3.31 KB, patch)
2024-12-16 19:14 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review
Bug 38662: Remove redundant 'ERM' labels (1.59 KB, patch)
2024-12-16 19:14 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!