Bugzilla – Attachment 96269 Details for
Bug 24241
Description missing for subpermission manage_accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24241: (bug 23049 follow-up) Add description for manage_accounts
Bug-24241-bug-23049-follow-up-Add-description-for-.patch (text/plain), 1.40 KB, created by
Jonathan Druart
on 2019-12-13 16:52:30 UTC
(
hide
)
Description:
Bug 24241: (bug 23049 follow-up) Add description for manage_accounts
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-13 16:52:30 UTC
Size:
1.40 KB
patch
obsolete
>From 421ae347618cc305f17ff01314e8916e9726e7bc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 13 Dec 2019 17:50:59 +0100 >Subject: [PATCH] Bug 24241: (bug 23049 follow-up) Add description for > manage_accounts > >Test plan: >Edit permissions for a patron >Unfold "Manage Koha system settings (Administration panel)" >=> Without this patch a checkbox appears without description >=> With this patch you see the description for manage_accounts >--- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index 606306caed..aa5a88aa18 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -104,6 +104,11 @@ > Mark checkout notes as seen/not seen > </span> > <span class="permissioncode">([% name | html %])</span> >+ [%- CASE 'manage_accounts' -%] >+ <span class="sub_permission manage_accounts_subpermission"> >+ Manage Account Debit and Credit Types >+ </span> >+ <span class="permissioncode">([% name | html %])</span> > [%- CASE 'manage_circ_rules' -%] > <span class="sub_permission manage_circ_rules_subpermission"> > Manage circulation rules >-- >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 24241
:
96269
|
96297
|
96307