Bugzilla – Attachment 161241 Details for
Bug 30230
Search for patrons in checkout should not require edit_borrowers permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30230: (follow-up) Fix display issue on search bar
Bug-30230-follow-up-Fix-display-issue-on-search-ba.patch (text/plain), 2.82 KB, created by
Martin Renvoize (ashimema)
on 2024-01-22 13:52:47 UTC
(
hide
)
Description:
Bug 30230: (follow-up) Fix display issue on search bar
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-22 13:52:47 UTC
Size:
2.82 KB
patch
obsolete
>From 0d551d6b2184ee4e7bb4b67fd08e7f1b150af87b Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Fri, 8 Dec 2023 09:46:16 +0100 >Subject: [PATCH] Bug 30230: (follow-up) Fix display issue on search bar > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: David Cook <dcook@prosentient.com.au> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/includes/member-search-box.inc | 2 +- > .../prog/en/includes/patron-search-header.inc | 8 +++----- > 2 files changed, 4 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-search-box.inc >index 0d02459f019..517906860dd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-search-box.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-search-box.inc >@@ -3,7 +3,7 @@ > [% USE Categories %] > [% USE Koha %] > [% PROCESS 'patronfields.inc' %] >-[% IF CAN_user_borrowers_edit_borrowers %] >+[% IF CAN_user_borrowers_edit_borrowers || CAN_user_borrowers_list_borrowers %] > [%- SET searchtype = searchtype || Koha.Preference('DefaultPatronSearchMethod') -%] > [% IF( bs_tab_active ) %] > <div id="patron_search" role="tabpanel" class="tab-pane active"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-header.inc >index cbb8c8bda99..b3a21080be7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-header.inc >@@ -14,11 +14,9 @@ > [% END %] > </div><!-- /.tab-content --> > <ul class="nav nav-tabs" role="tablist"> >- [% IF ( CAN_user_circulate ) %] >- <li role="presentation" class="active"> >- <a title="Search patrons" href="#patron_search" aria-controls="patron_search" role="tab" aria-expanded="true" data-toggle="tab" class="keep_text"><i class="fa fa-fw fa-id-card" aria-hidden="true"></i> <span class="tab-title">Search patrons</span></a> >- </li> >- [% END %] >+ <li role="presentation" class="active"> >+ <a title="Search patrons" href="#patron_search" aria-controls="patron_search" role="tab" aria-expanded="true" data-toggle="tab" class="keep_text"><i class="fa fa-fw fa-id-card" aria-hidden="true"></i> <span class="tab-title">Search patrons</span></a> >+ </li> > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] > <li role="presentation"> > <a title="Check out" href="#circ_search" aria-controls="circ_search" role="tab" data-toggle="tab" class="keep_text"><i class="fa fa-fw fa-upload" aria-hidden="true"></i> <span class="tab-title"><span class="tab-title">Check out</span></span></a> >-- >2.43.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 30230
:
159409
|
159412
|
159427
|
159517
|
159559
|
159613
|
159633
|
159654
|
159667
|
159668
|
159933
|
159988
|
159989
|
159990
|
159991
|
159992
|
161068
|
161240
| 161241 |
161242
|
161243
|
161245
|
161246
|
161250
|
161251