Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
iglocska committed Nov 28, 2024
2 parents ffd6c50 + 55695fc commit 50b6502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ protected function generateSettingsConfiguration()
true => __('Debug On'),
],
'test' => function ($value, $setting, $validator) {
$validator->range('value', [0, 2]);
$validator->range('value', [0, 1]);
return testValidator($value, $validator);
},
],
Expand Down
2 changes: 1 addition & 1 deletion templates/Roles/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
],
Expand Down

0 comments on commit 50b6502

Please sign in to comment.