Bug 12037 - MARC21 authority editor: can't edit/add 'Koha field' to auth subfield
Summary: MARC21 authority editor: can't edit/add 'Koha field' to auth subfield
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Authority data support (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-05 01:54 UTC by Bernardo Gonzalez Kriegel
Modified: 2015-06-04 23:24 UTC (History)
0 users

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 Bernardo Gonzalez Kriegel 2014-04-05 01:54:18 UTC
Go to Administration > Authority types 
Click MARC structure of any framework,
For tag 001 or 942, click subfields. Both have one subfield linked to some Koha field, but this value can't be changed.

If you press Edit, 001 shows a dual edition screen and 942 only one, but neither shows an option to change Koha field.

The data is sent to the template, as an scalar value in former screen, and as an CGI::scrolling_list output on editor (admin/auth_subfields_structure.pl) 
But template file (auth_subfields_structure.tt) does not have the code to show the corresponding pulldown.

Don't know if this is a design decision, if yes some code could be removed from pl file, if no some code is needed on tt file.
Comment 1 Bernardo Gonzalez Kriegel 2014-08-01 21:33:45 UTC
This was fixed on Bug 12614