Bugzilla – Attachment 78670 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.25 KB, created by
Owen Leonard
on 2018-09-14 17:11:46 UTC
(
hide
)
Description:
Bug 20809: (follow-up) Add missing JS to view log page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-09-14 17:11:46 UTC
Size:
1.25 KB
patch
obsolete
>From 293bd3bf68d7b71c4131b58db5f3e0d378f9e319 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. >--- > 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 65569ff..1dfde2e 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