A common JS file, xmlControlfield.js, generates markup for labels and input fields but the labels don't match.
Created attachment 154547 [details] [review] Bug 34565: Label mismatch in MARC21 006 and 008 cataloging plugins This patch modifies the JS which builds the table of options for populating MARC21 fields 006 and 008 when using the cataloging plugin. To test, apply the patch and go to Cataloging -> New record. - Click the plugin trigger link next to the 006 input field (you may need to click the tag to expand it. - In the table of input fields, test that clicking the label, e.g. "Type of material", "00 - Form of material," etc, moves focus to the corresponding form field. - Perform the same test on the plugin-popup for field 008.
Created attachment 154556 [details] [review] Bug 34565: Label mismatch in MARC21 006 and 008 cataloging plugins This patch modifies the JS which builds the table of options for populating MARC21 fields 006 and 008 when using the cataloging plugin. To test, apply the patch and go to Cataloging -> New record. - Click the plugin trigger link next to the 006 input field (you may need to click the tag to expand it. - In the table of input fields, test that clicking the label, e.g. "Type of material", "00 - Form of material," etc, moves focus to the corresponding form field. - Perform the same test on the plugin-popup for field 008. Signed-off-by: Andrew <andrew.auld@ptfs-europe.com>
Works beautifully, thanks!
Created attachment 154766 [details] [review] Bug 34565: Label mismatch in MARC21 006 and 008 cataloging plugins This patch modifies the JS which builds the table of options for populating MARC21 fields 006 and 008 when using the cataloging plugin. To test, apply the patch and go to Cataloging -> New record. - Click the plugin trigger link next to the 006 input field (you may need to click the tag to expand it. - In the table of input fields, test that clicking the label, e.g. "Type of material", "00 - Form of material," etc, moves focus to the corresponding form field. - Perform the same test on the plugin-popup for field 008. Signed-off-by: Andrew <andrew.auld@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 23.11. Nice work everyone, thanks!
Pushed to 23.05.x for 23.05.04
Nice work everyone! Pushed to oldstable for 22.11.x