Bugzilla – Attachment 179104 Details for
Bug 39244
Duplicate and change password buttons missing if no borrowerRelationship defined and patron is not adult
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39244: Fix display of change password/duplicate buttons
Bug-39244-Fix-display-of-change-passwordduplicate-.patch (text/plain), 2.25 KB, created by
Martin Renvoize (ashimema)
on 2025-03-10 12:06:24 UTC
(
hide
)
Description:
Bug 39244: Fix display of change password/duplicate buttons
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-03-10 12:06:24 UTC
Size:
2.25 KB
patch
obsolete
>From 57431ee6cc0983299c1e1a32ed5d5609b57ebb32 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 4 Mar 2025 22:56:35 +0000 >Subject: [PATCH] Bug 39244: Fix display of change password/duplicate buttons > >To test: >1. Make or find some patron categoies that are not adult category type. >2. On patron pages notice that the Change password and duplicate > buttons are missing from the toolbar. >3. APPLY PATCH >4. Try again, this time the pChange password and duplicate buttons > should appear. >5. Make sure the 'Add guarantee' buttons still work. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >index 61e96355da9..c40f34ebceb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >@@ -30,9 +30,9 @@ > [% ELSE %] > <a id="addchild" class="btn btn-default" href="/cgi-bin/koha/members/memberentry.pl?op=add_form&guarantor_id=[% patron.borrowernumber | html %]"><i class="fa fa-plus"></i> Add guarantee</a> > [% END %] >- <a id="changepassword" class="btn btn-default" href="/cgi-bin/koha/members/member-password.pl?member=[% patron.borrowernumber | html %]"><i class="fa fa-lock"></i> Change password</a> >- <a id="duplicate" class="btn btn-default" href="/cgi-bin/koha/members/memberentry.pl?op=duplicate&borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-copy"></i> Duplicate</a> > [% END %] >+ <a id="changepassword" class="btn btn-default" href="/cgi-bin/koha/members/member-password.pl?member=[% patron.borrowernumber | html %]"><i class="fa fa-lock"></i> Change password</a> >+ <a id="duplicate" class="btn btn-default" href="/cgi-bin/koha/members/memberentry.pl?op=duplicate&borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-copy"></i> Duplicate</a> > [% END %] > > [% IF CAN_user_circulate_circulate_remaining_permissions %] >-- >2.48.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 39244
:
178947
|
178993
| 179104