Bug 19765

Summary: Special library groups should have a 'translated' title and should not be editable
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: Architecture, internals, and plumbingAssignee: Kyle M Hall (khall) <kyle>
Status: RESOLVED MOVED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jonathan.druart
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 16735    
Bug Blocks:    
Attachments: Bug 19765 - Special library groups should have a 'translated' title and should not be editable

Description Kyle M Hall (khall) 2017-12-06 19:24:25 UTC
Built-in library groups start and end with "__" as defined in bug 16735. We should translate the title to something readable and prevent them from being edited and deleted.
Comment 1 Kyle M Hall (khall) 2017-12-06 19:26:33 UTC
Created attachment 69590 [details] [review]
Bug 19765 - Special library groups should have a 'translated' title and should not be editable

Built-in library groups start and end with "__" as defined in bug 16735. We should translate the title to something readable and prevent them from being edited and deleted.

Test Plan:
1) Apply this patch
2) Note you no longer see __SEARCH_GROUPS__ and __SEARCH_GROUPS_OPAC__,
   instead you see a bold emphasised group name in normal language
3) Note you can no longer delete or edit those groups
Comment 2 Kyle M Hall (khall) 2018-02-09 11:26:44 UTC
This is no longer needed due to bug 20157.