|
This updates the URL when adding a new MARC modification template (Cataloging > Batch editing > MARC modification templates). It adds the template ID so that you can directly link to the template.
Previously, you had to click `Edit actions` from the list of templates, and couldn't directly link to the template to see the actions:
- Previous URL after adding a template:
STAFF-INTERFACE-URL/cgi-bin/koha/tools/marc_modification_templates.pl
- New URL after adding a template:
STAFF-INTERFACE-URL/cgi-bin/koha/tools/marc_modification_templates.pl?template_id=(template_id)&op=select_template
|