[Bug 36821] New: Authority Type text for librarians and opac limited to 100 characters
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Bug ID: 36821 Summary: Authority Type text for librarians and opac limited to 100 characters Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: esther.melander@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl To Recreate 1. Go to Authority Types in Administration 2. Select Genre, Actions, Marc Structure 3. Search or find tag 090, Actions, Edit 4. Don't make any edits, just hit submit. See the error: Please enter no more than 100 characters. Either the hard-coded character limit needs to be expanded or the text needs to be modified to be less than 100 characters. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Authority Type text for |Authority Type text for |librarians and opac limited |librarians and OPAC limited |to 100 characters |to 100 characters -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil@chetcolibrary.org --- Comment #1 from Phil Ringnalda <phil@chetcolibrary.org> --- Subfields are even worse, with a maxlength of 80, when both are 255 chars in the database. And bib frameworks do the same thing, though at least there someone has trimmed all the tags (but not subfields) we ship down below the limits. In English. I wonder how many things in what we ship in more verbose languages can't be edited. The maxlengths date back to the switch to Template Toolkit, so probably back to the dawn of time. No idea whether there was a display reason for it at some point, but any time we are displaying tag liblibrarian or libopac we do it on its own line, and any time we are displaying subfield descriptions, we do it wrapping long lines, or at least as code description value one line per subfield. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- According to the schema these can are VARCHAR 255. The limit is coming from HTML maxlength attribute. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Version|unspecified |Main -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Eric Garcia <cubingguy714@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 --- Comment #3 from Eric Garcia <cubingguy714@gmail.com> --- Created attachment 168471 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168471&action=edit Bug 36821: Changed Authority Type text limit for librarians and OPAC to match database To test: 1. Administration -> Authority Types 2. Select Genre -> Actions -> MARC Structure 3. Search or find tag 090 -> Actions -> Edit 4. Don't make any edits just hit submit 5. See the error: Please enter no more than 100 characters 6. Apply patch 7. Repeat steps 1-4 8. Notice error is gone and you can enter up to 255 characters to match database Extra Credit: 1. Administration -> Authority Types 2. Select Genre -> Actions -> MARC Structure 3. Search or find tag 090 -> Actions -> Subfields 4. Choose any subfield -> Edit 5. Write a description for staff interface or OPAC 6. Notice you enter up to 255 characters to match database Please enter the commit message for your changes. Lines starting -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Eric Garcia <cubingguy714@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cubingguy714@gmail.com Assignee|koha-bugs@lists.koha-commun |cubingguy714@gmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #168471|0 |1 is obsolete| | --- Comment #4 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 168475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168475&action=edit Bug 36821: Changed Authority Type text limit for librarians and OPAC to match database To test: 1. Administration -> Authority Types 2. Select Genre -> Actions -> MARC Structure 3. Search or find tag 090 -> Actions -> Edit 4. Don't make any edits just hit submit 5. See the error: Please enter no more than 100 characters 6. Apply patch 7. Repeat steps 1-4 8. Notice error is gone and you can enter up to 255 characters to match database Extra Credit: 1. Administration -> Authority Types 2. Select Genre -> Actions -> MARC Structure 3. Search or find tag 090 -> Actions -> Subfields 4. Choose any subfield -> Edit 5. Write a description for staff interface or OPAC 6. Notice you enter up to 255 characters to match database Please enter the commit message for your changes. Lines starting Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Authority Type text for |Authority type text for |librarians and OPAC limited |librarians and OPAC limited |to 100 characters |to 100 characters -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Picked from QA queue for push to main. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |24.11.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 24.11! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 --- Comment #7 from Phil Ringnalda <phil@chetcolibrary.org> --- (In reply to Phil Ringnalda from comment #1)
And bib frameworks do the same thing
Filed bug 37293 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Pushed to stable Version(s)|24.11.00 |24.11.00,24.05.06 released in| | --- Comment #8 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Backported to 24.05.x for upcoming 24.05.06 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor Keywords|release-notes-needed | --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This feels more like a bug than an enh to me! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to oldstable |Pushed to oldoldstable Version(s)|24.11.00,24.05.06 |24.11.00,24.05.06,23.11.11 released in| | --- Comment #10 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 23.11.x for 23.11.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821 Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |wainuiwitikapark@catalyst.n | |et.nz Status|Pushed to oldoldstable |RESOLVED --- Comment #11 from Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> --- Not backporting to 22.11 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org