Bugzilla – Attachment 104786 Details for
Bug 23727
Editing course reserve items is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[19.11.x] Bug 23727: (QA follow-up) Fix script tags
1911x-Bug-23727-QA-follow-up-Fix-script-tags.patch (text/plain), 1.64 KB, created by
Kyle M Hall (khall)
on 2020-05-12 13:52:59 UTC
(
hide
)
Description:
[19.11.x] Bug 23727: (QA follow-up) Fix script tags
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-05-12 13:52:59 UTC
Size:
1.64 KB
patch
obsolete
>From 2ddd06d807208af391255644d19a669c755b0c57 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 20 Feb 2020 17:10:49 +0000 >Subject: [PATCH] [19.11.x] Bug 23727: (QA follow-up) Fix script tags > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../prog/en/modules/course_reserves/add_items-step2.tt | 2 +- > .../prog/en/modules/course_reserves/batch_add_items.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >index 2e3fb93c86..fe13fafb40 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >@@ -166,7 +166,7 @@ > </div> > > [% MACRO jsinclude BLOCK %] >- <script type="text/javascript"> >+ <script> > //<![CDATA[ > $(document).ready(function(){ > $('.field-toggle').change(function() { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt >index c4adebce66..71c985f54c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt >@@ -139,7 +139,7 @@ > </div> > > [% MACRO jsinclude BLOCK %] >- <script type="text/javascript"> >+ <script> > //<![CDATA[ > $(document).ready(function(){ > $('.field-toggle').change(function() { >-- >2.24.2 (Apple Git-127)
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 23727
:
95104
|
98943
|
98944
|
98945
|
99269
|
99270
|
99271
|
99272
|
99273
|
99274
|
99275
|
99276
|
99277
|
99327
|
99328
|
99329
|
99330
|
99331
|
99332
|
99333
|
99334
|
99335
|
99336
|
103126
|
103127
|
103128
|
103131
|
103132
|
103133
|
103134
|
103135
|
103136
|
104782
|
104783
|
104784
|
104785
| 104786 |
104787