Bugzilla – Attachment 98798 Details for
Bug 24649
Cloning item subfields misses a <li> tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24649: Fix missing <li> tag on batch mod item for cloned subfield
Bug-24649-Fix-missing-li-tag-on-batch-mod-item-for.patch (text/plain), 1.57 KB, created by
Marcel de Rooy
on 2020-02-13 09:37:42 UTC
(
hide
)
Description:
Bug 24649: Fix missing <li> tag on batch mod item for cloned subfield
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-02-13 09:37:42 UTC
Size:
1.57 KB
patch
obsolete
>From d151bc4ad673a98ee938c58ffd432f61162d2f39 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 13 Feb 2020 09:27:26 +0000 >Subject: [PATCH] Bug 24649: Fix missing <li> tag on batch mod item for cloned > subfield >Content-Type: text/plain; charset=utf-8 > >Same problem as previous patch. > >Test plan: >Go to Tools/Batch item modification. >Test cloning subfield on batchMod-edit. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index d82b77070f..965722e5d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -326,7 +326,7 @@ $(document).ready(function(){ > <input type="hidden" name="subfield" value="[% ite.subfield | html %]" /> > <input type="hidden" name="mandatory" value="[% ite.mandatory | html %]" /> > [% IF ( ite.repeatable ) %] >- <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;"> >+ <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode.parentNode); return false;"> > <img src="[% interface | html %]/[% theme | html %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" /> > </a> > [% END %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24649
:
98794
|
98795
|
98797
|
98798
|
98829
|
98887
|
98888
|
98949
|
98958
|
98959