Bugzilla – Attachment 82335 Details for
Bug 20809
Link patron image to patron image add/edit form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20809: (follow-up) Add missing JS to view log page
Bug-20809-follow-up-Add-missing-JS-to-view-log-pag.patch (text/plain), 1.31 KB, created by
Owen Leonard
on 2018-11-14 13:48:51 UTC
(
hide
)
Description:
Bug 20809: (follow-up) Add missing JS to view log page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-11-14 13:48:51 UTC
Size:
1.31 KB
patch
obsolete
>From e3328fe48a8162b929e643fa36dcf77a3debc30a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 14 Sep 2018 17:06:31 +0000 >Subject: [PATCH] Bug 20809: (follow-up) Add missing JS to view log page > >If the log viewer is being used to track patron-related data the >patron-related JavaScript file should be included. > >To test, apply the patch and open a patron record. In the left-hand >sidebar choose Modification Log. Test the patron image edit/replace >process from the patron image in the sidebar and confirm that it works >correctly. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index d56cd0a..fc896dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -289,6 +289,10 @@ > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'calendar.inc' %] > [% Asset.js("js/tools-menu.js") | $raw %] >+ [% IF ( circulation ) %] >+ [% INCLUDE 'str/members-menu.inc' %] >+ [% Asset.js("js/members-menu.js") | $raw %] >+ [% END %] > [% END %] > > [% INCLUDE 'intranet-bottom.inc' %] >-- >2.1.4
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 20809
:
75514
|
75515
|
75637
|
75963
|
77462
|
77465
|
77789
|
77790
|
78409
|
78410
|
78595
|
78670
|
78711
|
82333
|
82334
|
82335
|
83711
|
83712
|
83713
|
83844
|
83845
|
83846
|
83847
|
84477
|
84478
|
84479
|
84480
|
84481
|
84482
|
84483
|
84484