Skip to content

Commit 8d953cd

Browse files
authored
Merge pull request #182 from Wachizungu/fix-community-admin-role-add
fix: correctly set perm_community_admin value. fix #179
2 parents 6fcf5d0 + 6813013 commit 8d953cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Roles/add.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'label' => 'Site admin privilege (instance management)'
1414
],
1515
[
16-
'field' => 'perm_community',
16+
'field' => 'perm_community_admin',
1717
'type' => 'checkbox',
1818
'label' => 'Community admin privilege (data admin)'
1919
],

0 commit comments

Comments
 (0)