Bugzilla – Attachment 109587 Details for
Bug 26361
JS error on returns.tt in 20.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26361: switch TableSettings to ColumnSettings
Bug-26361-switch-TableSettings-to-ColumnSettings.patch (text/plain), 1.44 KB, created by
Jonathan Druart
on 2020-09-03 08:38:36 UTC
(
hide
)
Description:
Bug 26361: switch TableSettings to ColumnSettings
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-09-03 08:38:36 UTC
Size:
1.44 KB
patch
obsolete
>From 098c807f30cad4366e1dbad8b2fefbbe1e5afa97 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 3 Sep 2020 03:57:01 +0000 >Subject: [PATCH] Bug 26361: switch TableSettings to ColumnSettings > >Test Plan: >-Be on 20.05.x >-Go to returns.tt >-See the error Uncaught SyntaxError: expected expression, got keyword 'var'. >-Apply patch >-Reload returns.tt, no error > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index af4441ccf1..8e92e28260 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -934,7 +934,7 @@ > Dopop('hold-transfer-slip.pl?reserve_id=[% reserve_id | uri %]'); > [% END %] > [% END %] >- var columns_settings = [% TablesSettings.GetColumns( 'circ', 'returns', 'checkedintable', 'json' ) | $raw %] >+ var columns_settings = [% ColumnsSettings.GetColumns( 'circ', 'returns', 'checkedintable', 'json' ) | $raw %] > var returns_table = KohaTable("checkedintable", { > "bFilter":false, > "bPaginate":false, >-- >2.20.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 26361
:
109568
|
109580
| 109587