We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b1fd0 commit 63338aaCopy full SHA for 63338aa
client/views/users/detail.html
@@ -117,7 +117,7 @@ <h3 translate>USER_DETAIL_RIGHTS</h3>
117
label="{{::'USER_DETAIL_FORMS' | translate}}"
118
model="user.data.forms"></field>
119
120
- <field name="moderatorOrganizations" type="checkbox-group"
+ <field ng-if="::$user.isAdmin()" name="moderatorOrganizations" type="checkbox-group"
121
disabled="user.data.role !== 'moderator'"
122
choices="user.moderatorOrganizations"
123
label="{{::'USER_DETAIL_MODERATOR_ORGANIZATIONS' | translate}}"
0 commit comments