Bug 23109

Summary: Incomplete description for staffacccess permission
Product: Koha Reporter: Andrew Fuerste-Henry <andrewfh>
Component: PatronsAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: fridolin.somers, gmcharlt, jonathan.druart, katrin.fischer, kyle.m.hall, martin.renvoize
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
19.11.00
Attachments: Bug 23109: Improve description of staffaccess permission
Bug 23109: (follow-up) fix typo in upgrade script
Bug 23109: Improve description of staffaccess permission
Bug 23109: (follow-up) fix typo in upgrade script
Bug 23109: Improve description of staffaccess permission
Bug 23109: (follow-up) fix typo in upgrade script

Description Andrew Fuerste-Henry 2019-06-12 19:39:37 UTC
On member-flags.pl, the descriptive text for the staffaccess permission reads "Allow staff members to modify permissions for other staff members." However, this permission also controls the ability to change the password of other staff members. 

I'd like to see it changed to read "Allow staff members to modify permissions and passwords for other staff members."
Comment 1 Katrin Fischer 2019-06-17 21:52:48 UTC
Created attachment 90706 [details] [review]
Bug 23109: Improve description of staffaccess permission

Changes:
Allow staff members to modify permissions for other staff members
To:
Allow staff members to modify permissions and passwords for other staff members.

As suggested by Andre on the initial bug report.

To test:
- Go to any patron account and check More > permissions
- Veriy the description is shown as noted above
- Apply patch and run database update
- Reload the page and verify the description has changed
- Run the following SQL and verify the description in the
  database table matches as well:

SELECT * FROM userflags where flag = "staffaccess";
Comment 2 Mark Tompsett 2019-06-20 16:43:08 UTC
Created attachment 90860 [details] [review]
Bug 23109: (follow-up) fix typo in upgrade script
Comment 3 Mark Tompsett 2019-06-20 16:54:46 UTC
Created attachment 90861 [details] [review]
Bug 23109: Improve description of staffaccess permission

Changes:
Allow staff members to modify permissions for other staff members
To:
Allow staff members to modify permissions and passwords for other staff members.

As suggested by Andre on the initial bug report.

To test:
- Go to any patron account and check More > permissions
- Veriy the description is shown as noted above
- Apply patch and run database update
- Reload the page and verify the description has changed
- Run the following SQL and verify the description in the
  database table matches as well:

SELECT * FROM userflags where flag = "staffaccess";

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Comment 4 Mark Tompsett 2019-06-20 16:54:49 UTC
Created attachment 90862 [details] [review]
Bug 23109: (follow-up) fix typo in upgrade script

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Comment 5 Katrin Fischer 2019-06-21 05:34:29 UTC
Thx for the follow-up!
Comment 6 Jonathan Druart 2019-06-24 15:44:01 UTC
Created attachment 90961 [details] [review]
Bug 23109: Improve description of staffaccess permission

Changes:
Allow staff members to modify permissions for other staff members
To:
Allow staff members to modify permissions and passwords for other staff members.

As suggested by Andre on the initial bug report.

To test:
- Go to any patron account and check More > permissions
- Veriy the description is shown as noted above
- Apply patch and run database update
- Reload the page and verify the description has changed
- Run the following SQL and verify the description in the
  database table matches as well:

SELECT * FROM userflags where flag = "staffaccess";

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 7 Jonathan Druart 2019-06-24 15:44:09 UTC
Created attachment 90962 [details] [review]
Bug 23109: (follow-up) fix typo in upgrade script

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 8 Jonathan Druart 2019-06-24 15:44:37 UTC
I am not sure we should care about the description in DB (as it is not used on the interface) but it will not hurt.
Comment 9 Martin Renvoize 2019-06-24 16:14:50 UTC
Nice work!

Pushed to master for 19.11.00
Comment 10 Martin Renvoize 2019-06-25 16:02:09 UTC
Nice work!

Pushed to master for 19.11.00
Comment 11 Fridolin Somers 2019-07-25 11:19:49 UTC
Not pushed to 19.05.x
Its minor and I prefer avoid db changes in stable branch.