Bug 7310: Improving lists permissions -- New prefs
Adds two new preferences to OPAC/Policy tab. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Signed-off-by: Ian Walls <koha.sekjal@gmail.com>
This commit is contained in:
parent
8b6622761f
commit
8cff38fb24
1 changed files with 15 additions and 1 deletions
|
@ -380,7 +380,21 @@ OPAC:
|
|||
- pref: OpacHiddenItems
|
||||
type: textarea
|
||||
class: code
|
||||
- Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.
|
||||
- Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations
|
||||
-
|
||||
- pref: OpacAllowPublicListCreation
|
||||
default: 1
|
||||
choices:
|
||||
no: "Don't allow"
|
||||
yes: Allow
|
||||
- opac users to create public lists
|
||||
-
|
||||
- pref: OpacAllowSharingPrivateLists
|
||||
default: 0
|
||||
choices:
|
||||
no: "Don't allow"
|
||||
yes: Allow
|
||||
- opac users to share private lists with other patrons. This feature is not active yet but will be released soon
|
||||
|
||||
Privacy:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue