Bugzilla – Attachment 75188 Details for
Bug 20568
Add API key management interface for patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20568: Fix bad resolution conflict with bug 18403
Bug-20568-Fix-bad-resolution-conflict-with-bug-184.patch (text/plain), 1.65 KB, created by
Jonathan Druart
on 2018-05-08 19:31:25 UTC
(
hide
)
Description:
Bug 20568: Fix bad resolution conflict with bug 18403
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-05-08 19:31:25 UTC
Size:
1.65 KB
patch
obsolete
>From cc2f670a41216059a6952ae25f629a9e85a5cc29 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 8 May 2018 16:15:54 -0300 >Subject: [PATCH] Bug 20568: Fix bad resolution conflict with bug 18403 > >borrowers module permission has now several subpermissions >--- > koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 2 +- > members/apikeys.pl | 2 +- > 2 files 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 4ae0e671f0..9b5524d4c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >@@ -68,7 +68,7 @@ > [% END %] > [% END %] > >- [% IF ( CAN_user_borrowers ) %] >+ [% IF CAN_user_borrowers_edit_borrowers %] > [% IF ( NorwegianPatronDBEnable == 1 ) %] > <li><a id="deletepatronlocal" href="#">Delete local</a></li> > <li><a id="deletepatronremote" href="#">Delete remote</a></li> >diff --git a/members/apikeys.pl b/members/apikeys.pl >index 77c4ce87a5..87979455c7 100755 >--- a/members/apikeys.pl >+++ b/members/apikeys.pl >@@ -35,7 +35,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > query => $cgi, > type => 'intranet', > authnotrequired => 0, >- flagsrequired => { borrowers => 1 }, >+ flagsrequired => { borrowers => 'edit_borrowers' }, > } > ); > >-- >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 20568
:
74179
|
74180
|
74229
|
74230
|
74231
|
74232
|
74233
|
74234
|
74235
|
74236
|
74248
|
74254
|
74255
|
74256
|
74257
|
74258
|
74259
|
74343
|
74344
|
74345
|
74346
|
74347
|
74348
|
74388
|
74389
|
74434
|
74454
|
74476
|
74477
|
74478
|
74479
|
74480
|
74481
|
74482
|
74486
|
74487
|
74488
|
74489
|
74490
|
74491
|
74492
|
74493
|
74494
|
74495
|
74496
|
74980
|
74981
|
75023
|
75186
|
75187
| 75188