Bugzilla – Attachment 129684 Details for
Bug 29735
Remove flatpickr instantiations from .js files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29735: Fix flatpickr init from circulation.tt
Bug-29735-Fix-flatpickr-init-from-circulationtt.patch (text/plain), 1.40 KB, created by
Jonathan Druart
on 2022-01-21 08:44:42 UTC
(
hide
)
Description:
Bug 29735: Fix flatpickr init from circulation.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-01-21 08:44:42 UTC
Size:
1.40 KB
patch
obsolete
>From 34dcf82f638f662bce92fa4a9e777a69cd48a986 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 21 Jan 2022 09:44:11 +0100 >Subject: [PATCH] Bug 29735: Fix flatpickr init from circulation.tt > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index a5ada8c27bc..ed5f4b92d57 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -947,7 +947,6 @@ > </div> <!-- /#barcodeSubmittedModal --> > > [% MACRO jsinclude BLOCK %] >- [% INCLUDE 'calendar.inc' %] > [% INCLUDE 'datatables.inc' %] > [% INCLUDE 'columns_settings.inc' %] > [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %] >@@ -980,6 +979,7 @@ > [% Asset.js("js/pages/circulation.js") | $raw %] > [% Asset.js("js/checkouts.js") | $raw %] > [% Asset.js("js/holds.js") | $raw %] >+ [% INCLUDE 'calendar.inc' %] > <script> > columns_settings_issues_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'issues-table', 'json' ) | $raw %] > columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %] >-- >2.25.1
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 29735
:
128733
|
128765
|
128805
| 129684