only allow to select groups as owner of categories

This commit is contained in:
ralf 2024-06-25 15:43:08 +02:00
parent eda6e26017
commit 6cc6ad4e2e

View File

@ -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>