Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
iglocska committed Nov 28, 2024
2 parents 07f67fe + 8e87dd8 commit 467ec29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Model/Table/UsersTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ public function checkForNewInstance(): bool
'perm_admin' => 1,
'perm_community_admin' => 1,
'perm_org_admin' => 1,
'perm_sync' => 1
'perm_sync' => 1,
'perm_group_admin' => 1,
'perm_meta_field_editor' => 1
]);
$this->Roles->save($role);
$this->Organisations = TableRegistry::get('Organisations');
Expand Down

0 comments on commit 467ec29

Please sign in to comment.