fix: correctly set perm_community_admin value. fix #179

pull/182/head
Jeroen Pinoy 2024-11-16 11:23:04 +01:00
parent 9b92f86627
commit 6813013379
No known key found for this signature in database
GPG Key ID: DF33A50B8E4EE081
1 changed files with 1 additions and 1 deletions

View File

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