mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
only allow to select groups as owner of categories
This commit is contained in:
parent
eda6e26017
commit
6cc6ad4e2e
@ -37,7 +37,7 @@
|
||||
</row>
|
||||
<row>
|
||||
<et2-description value="Category owner" for="owner"></et2-description>
|
||||
<et2-select-account statustext="Limit global category to members of a certain group" id="owner" multiple="true" required="1"></et2-select-account>
|
||||
<et2-select-account statustext="Limit global category to members of a certain group" id="owner" accountType="groups" multiple="true" required="1"></et2-select-account>
|
||||
</row>
|
||||
|
||||
</rows>
|
||||
|
Loading…
Reference in New Issue
Block a user