Bug 19765 - Special library groups should have a 'translated' title and should not be editable
Summary: Special library groups should have a 'translated' title and should not be edi...
Status: RESOLVED MOVED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
Depends on: 16735
Blocks:
  Show dependency treegraph
 
Reported: 2017-12-06 19:24 UTC by Kyle M Hall
Modified: 2018-02-09 11:26 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 19765 - Special library groups should have a 'translated' title and should not be editable (3.66 KB, patch)
2017-12-06 19:26 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 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 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 2018-02-09 11:26:44 UTC
This is no longer needed due to bug 20157.