Bugzilla – Attachment 96192 Details for
Bug 23980
[18.11] Non existent include prevents template display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Revert "Bug 23229: Only load ILL table JS when needed"
Revert-Bug-23229-Only-load-ILL-table-JS-when-neede.patch (text/plain), 1.48 KB, created by
Andrew Isherwood
on 2019-12-11 11:11:35 UTC
(
hide
)
Description:
Revert "Bug 23229: Only load ILL table JS when needed"
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2019-12-11 11:11:35 UTC
Size:
1.48 KB
patch
obsolete
>From bb34ec23c727e2e39ad8474106b436610b5bf342 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Wed, 11 Dec 2019 11:10:26 +0000 >Subject: [PATCH] Revert "Bug 23229: Only load ILL table JS when needed" > >This reverts commit f95749a66bb5dad53fa2cf00224fc38f52c1e788. > >https://bugs.koha-community.org/show_bug.cgi?id=23980 >--- > .../intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 16 ---------------- > 1 file changed, 16 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index d3f8092081..33c97b865e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -713,22 +713,6 @@ > </div> > </div> > >-[% MACRO jsinclude BLOCK %] >- [% INCLUDE 'datatables.inc' %] >- [% INCLUDE 'columns_settings.inc' %] >- [% INCLUDE 'calendar.inc' %] >- [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] >- <script> >- var prefilters = '[% prefilters | $raw %]'; >- // Set column settings >- var columns_settings = [% ColumnsSettings.GetColumns( 'illrequests', 'ill-requests', 'ill-requests', 'json' ) %]; >- </script> >- [% IF query_type == 'illlist' %] >- [% INCLUDE 'ill-list-table-strings.inc' %] >- [% Asset.js("js/ill-list-table.js") | $raw %] >- [% END %] >-[% END %] >- > [% TRY %] > [% PROCESS backend_jsinclude %] > [% CATCH %] >-- >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 23980
:
95112
|
96191
|
96192
|
99567
|
99568
|
100109
|
100110