mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
only allow to select groups as owner of categories
This commit is contained in:
parent
5327c6e770
commit
faf6a21836
@ -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