Bug 31545

Summary: ComponentSortField description is incorrect
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: System AdministrationAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, lucas
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: String patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
22.11.00
Circulation function:
Attachments: Bug 31545: ComponentSortField description is incorrect
Bug 31545: ComponentSortField description is incorrect

Description Caroline Cyr La Rose 2022-09-09 21:58:17 UTC
The description for the ComponentSortField system preference is
' By default, sort component results in the staff interface by ___'

However, this syspref affects both the staff interface and the opac.

To test: see test plan in bug 30327 (the last step states to try both in staff and opac).
Comment 1 Caroline Cyr La Rose 2022-09-09 22:03:42 UTC
Created attachment 140385 [details] [review]
Bug 31545: ComponentSortField description is incorrect

This patch corrects the description of the ComponentSortField system
preference, as it affects both the staff interface and the OPAC.

To test:
1) Apply patch
2) Go to Administration > Global system preferences
3) Search for ComponentSortField
4) Read the description, make sure there are no errors
Comment 2 Katrin Fischer 2022-09-11 12:24:48 UTC
Created attachment 140387 [details] [review]
Bug 31545: ComponentSortField description is incorrect

This patch corrects the description of the ComponentSortField system
preference, as it affects both the staff interface and the OPAC.

To test:
1) Apply patch
2) Go to Administration > Global system preferences
3) Search for ComponentSortField
4) Read the description, make sure there are no errors

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 3 Katrin Fischer 2022-09-11 12:25:24 UTC
Thx Caroline - love patches like this :)

String change, moving to PQA directly.
Comment 4 Tomás Cohen Arazi (tcohen) 2022-09-12 18:37:40 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!