Skip to content

Commit

Permalink
Add missing system_logs right in new installs
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored and cedric-anne committed Mar 7, 2024
1 parent 708bc62 commit d861418
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install/empty_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -7979,6 +7979,12 @@ public function getEmptyData(): array
'rights' => self::RIGHT_NONE,

],
[
'profiles_id' => self::PROFILE_SUPER_ADMIN,
'name' => 'system_logs',
'rights' => READ,

],
];


Expand Down

0 comments on commit d861418

Please sign in to comment.