Bugzilla – Attachment 84483 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.43 KB, created by
Katrin Fischer
on 2019-01-28 13:38:16 UTC
(
hide
)
Description:
Bug 20809: (follow-up) Add missing JS to view log page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-01-28 13:38:16 UTC
Size:
1.43 KB
patch
obsolete
>From 69c1a954744944c65fa4fb17c77391449c8a36d2 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> > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > 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 7513169557..db17762656 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -295,6 +295,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.11.0
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