Bug 27989 - MARC subfield structure can show subfields of 100 instead of 010
Summary: MARC subfield structure can show subfields of 100 instead of 010
Status: RESOLVED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-18 16:55 UTC by Victor Grousset/tuxayo
Modified: 2023-07-01 18:11 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

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