Skip to content

Commit 50b6502

Browse files
committed
Merge branch 'main' into develop
2 parents ffd6c50 + 55695fc commit 50b6502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Model/Table/SettingProviders/CerebrateSettingsProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ protected function generateSettingsConfiguration()
367367
true => __('Debug On'),
368368
],
369369
'test' => function ($value, $setting, $validator) {
370-
$validator->range('value', [0, 2]);
370+
$validator->range('value', [0, 1]);
371371
return testValidator($value, $validator);
372372
},
373373
],

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)