Bug 27989

Summary: MARC subfield structure can show subfields of 100 instead of 010
Product: Koha Reporter: Victor Grousset/tuxayo <victor>
Component: System AdministrationAssignee: Bugs List <koha-bugs>
Status: RESOLVED WONTFIX QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27968
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Victor Grousset/tuxayo 2021-03-18 16:55:17 UTC
This happens when tag is 10 instead of 010.
One simple way to reproduce is to change the URL.

staff_URL/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=10&frameworkcode=

yields the same as

staff_URL/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=100&frameworkcode=

instead of

staff_URL/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=010&frameworkcode=
Comment 1 Katrin Fischer 2023-07-01 18:11:35 UTC
This feels like a WONTFIX to me as this should only happen if the URL is manipulated manually. Please reopen if you disagree.