Merge pull request #182 from Wachizungu/fix-community-admin-role-add

fix: correctly set perm_community_admin value. fix #179
pull/191/head
Andras Iklody 2024-11-23 09:54:57 +01:00 committed by GitHub
commit 8d953cd848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
'label' => 'Site admin privilege (instance management)'
],
[
'field' => 'perm_community',
'field' => 'perm_community_admin',
'type' => 'checkbox',
'label' => 'Community admin privilege (data admin)'
],