Summary: | Hide subfield tag for fixed length control fields | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Cataloging | Assignee: | Andrew Fuerste-Henry <andrew> |
Status: | Pushed to main --- | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | januszop, m.de.rooy, phil |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.05.00
|
Circulation function: | |
Bug Depends on: | 39293 | ||
Bug Blocks: | |||
Attachments: |
Bug 39321: Hide subfield tag information for control fields in bib and authority editing
Bug 39321: Hide subfield tag information for control fields in bib and authority editing Bug 39321: Hide subfield tag information for control fields in bib and authority editing |
Description
Andrew Fuerste-Henry
2025-03-13 12:41:01 UTC
Actually, looks like we also intend to hide the subfield label for these, so we would not show "fixed length control field" or "control field." Looks like this check in addbiblio.tt isn't returning a value for some reason? fixedfield => $tag < 10 ? 1 : 0, Created attachment 179248 [details] [review] Bug 39321: Hide subfield tag information for control fields in bib and authority editing This applies only to the basic editor, but for both bibs and authorities To test: 1 - Open a bib in the basic editor, see that the control fields show the subfield tag value label and that the value of 00 is slightly cut off in the display 2 - Open an authority in the basic editor and confirm same 3 - apply patch 4 - reload your records and see that the subfield value and label are now hidden for control fields in both bib and authrority editing I think it's more likely that it never worked to hide the 00 - I'm looking at a screenshot in the 16.11 manual, and at that point the 00 was showing. For it to ever work, the script would have had to set fixedfield in @subfields_data rather than just in %tagdata, and I can't find that it ever did. Created attachment 179293 [details] [review] Bug 39321: Hide subfield tag information for control fields in bib and authority editing This applies only to the basic editor, but for both bibs and authorities To test: 1 - Open a bib in the basic editor, see that the control fields show the subfield tag value label and that the value of 00 is slightly cut off in the display 2 - Open an authority in the basic editor and confirm same 3 - apply patch 4 - reload your records and see that the subfield value and label are now hidden for control fields in both bib and authrority editing Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> *** Bug 39476 has been marked as a duplicate of this bug. *** Created attachment 181151 [details] [review] Bug 39321: Hide subfield tag information for control fields in bib and authority editing This applies only to the basic editor, but for both bibs and authorities To test: 1 - Open a bib in the basic editor, see that the control fields show the subfield tag value label and that the value of 00 is slightly cut off in the display 2 - Open an authority in the basic editor and confirm same 3 - apply patch 4 - reload your records and see that the subfield value and label are now hidden for control fields in both bib and authrority editing Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed for 25.05! Well done everyone, thank you! |