Bugzilla – Attachment 138801 Details for
Bug 29983
Display the return claims column in the circulation overdues page (overdue.tt)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29983: Fix xt/author/valid-templates.t
Bug-29983-Fix-xtauthorvalid-templatest.patch (text/plain), 1.67 KB, created by
Jonathan Druart
on 2022-08-08 12:19:48 UTC
(
hide
)
Description:
Bug 29983: Fix xt/author/valid-templates.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-08-08 12:19:48 UTC
Size:
1.67 KB
patch
obsolete
>From 9b21ebbf7daf091f43afc239f89068e9dc3d656d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 8 Aug 2022 14:18:49 +0200 >Subject: [PATCH] Bug 29983: Fix xt/author/valid-templates.t > > # Failed test '/kohadevbox/koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt' > # at xt/author/valid-templates.t line 141. > # file error - modal-claims-js: not found > # Looks like you failed 1 test of 757. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc | 3 +-- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 + > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc >index 9b7d12e4759..2b2c4185218 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc >@@ -1,4 +1,3 @@ >- > [% USE Koha %] > <!-- modal-claims.inc --> > >@@ -101,4 +100,4 @@ > }, "json") > }); > </script> >-[% END %] >\ No newline at end of file >+[% END %] >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 56f1fa8a516..49b9a302c1f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -1029,6 +1029,7 @@ > [% INCLUDE 'columns_settings.inc' %] > [% INCLUDE 'select2.inc' %] > [% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %] >+ [% PROCESS 'modal-claims.inc' %] > [% PROCESS 'modal-claims-js' %] > > <script> >-- >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 29983
:
130004
|
130036
|
130037
|
130121
|
130240
|
134223
|
136334
|
138470
|
138471
|
138472
| 138801