Bugzilla – Attachment 103745 Details for
Bug 25249
When viewing a patron's modification log we should see both the MEMBERS and CIRCULATION modules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25249: (bug 19791 follow-up) Display Circulation log when showing patron's log
Bug-25249-bug-19791-follow-up-Display-Circulation-.patch (text/plain), 2.13 KB, created by
Nick Clemens (kidclamp)
on 2020-04-27 09:57:44 UTC
(
hide
)
Description:
Bug 25249: (bug 19791 follow-up) Display Circulation log when showing patron's log
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-04-27 09:57:44 UTC
Size:
2.13 KB
patch
obsolete
>From 234d175c10259051af84cb37b0d062ddee131612 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 22 Apr 2020 15:54:29 +0200 >Subject: [PATCH] Bug 25249: (bug 19791 follow-up) Display Circulation log when > showing patron's log >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >When viewing a patron if you click the 'Modification log' tab you are presetned with both their circulation and members logs: >https://staff.arcadiapl.bywatersolutions.com/cgi-bin/koha/tools/viewlog.pl?do_it=1&modules=MEMBERS&modules=CIRCULATION&object=152309&src=circ > >However, in bug 19791 the modules were locked to 'MEMBERS' if the src=circ > >We need to add CIRCULATION in as well > >Test plan: >For master follow the test plan on bug 25250. > >Bug 24982 is not in stable branch, so test plan for stable branches: >1. Modify a patron, add them a fine, and do a checkout >2. Click the "Modification logs" >=> You see the Patrons and Circulation logs >3. Click submit >=> You see all patron logs only >4. Apply this patch >5. Click the "Modification logs" >=> You see the Patrons and Circulation logs >6. Click submit >=> You see the Patrons and Circulation logs > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 1 + > 1 file changed, 1 insertion(+) > >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 5f7203e876..259d36d32b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -135,6 +135,7 @@ fieldset.rows label.viewlog { > </li> > [% ELSE %] > <input type="hidden" name="modules" value="MEMBERS" /> >+ <input type="hidden" name="modules" value="CIRCULATION" /> > [% END %] > <li> > <label for="actions">Actions:</label> >-- >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 25249
:
103480
|
103737
| 103745