https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27182

--- Comment #19 from Eric Phetteplace <[email protected]> ---
The changes needed are very small.

Load the previous name into the renaming input.

koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt:
- <input name="template_name" id="template_name" type="text" size="30"
required="required" class="required" />
+ <input name="template_name" id="template_name" type="text" size="30"
required="required" class="required" value="[% template_name | html %]" />

Fix the POD comment for RenameModificationTemplate.

C4/MarcModificationTemplates.pm
-  RenameModificationTemplate( { template_name => $template_name, template_id
=> $template_id } );
+    RenameModificationTemplate( { template_name => $template_name, template_id
=> $template_id } );

but I am struggling to get the patches to apply and may need to start over.
There are also other tidy issues and conflicts, but some patches just don't
apply at all, it's not merely merge conflicts.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to