Bugzilla – Attachment 95142 Details for
Bug 23751
Description of staffaccess permission should be improved
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23751: Make staffaccess permission description more precise
Bug-23751-Make-staffaccess-permission-description-.patch (text/plain), 2.65 KB, created by
Jonathan Druart
on 2019-11-07 11:23:58 UTC
(
hide
)
Description:
Bug 23751: Make staffaccess permission description more precise
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-07 11:23:58 UTC
Size:
2.65 KB
patch
obsolete
>From 04fd1835e371900e22fcecfe7a9aa0837463f3f2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 2 Nov 2019 12:30:58 +0100 >Subject: [PATCH] Bug 23751: Make staffaccess permission description more > precise >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The permission description was missing 'username' from the description. > >To test: >- Look at the permissions of a patron >- Verify the staffaccess permission is labelled: > Allow staff members to modify permissions and passwords for other staff members >- Apply patch >- Check description again: > Allow staff members to modify permissions, usernames, and passwords for other staff members > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index e3faeddbba..606306caed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -7,7 +7,7 @@ > <span class="main_permission circulate_permission">Check out and check in items</span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'catalogue' -%] >- <span class="main_permission catalogue_permission">Staff access, allows viewing of catalogue in staff client.</span> >+ <span class="main_permission catalogue_permission">Staff access, allows viewing of catalogue in staff client</span> > <span class="permissioncode">([% name | html %])</span> <span class="required">Required for staff login.</span> > [%- CASE 'parameters' -%] > <span class="main_permission parameters_permission">Manage Koha system settings (Administration panel)</span> >@@ -43,7 +43,7 @@ > <span class="main_permission reports_permission">Allow access to the reports module</span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'staffaccess' -%] >- <span class="main_permission staffaccess_permission">Allow staff members to modify permissions and passwords for other staff members</span> >+ <span class="main_permission staffaccess_permission">Allow staff members to modify permissions, usernames, and passwords for other staff members</span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'coursereserves' -%] > <span class="main_permission coursereserves_permission">Course reserves</span> >-- >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 23751
:
94961
|
94993
| 95142