Skip to content

Commit

Permalink
Merge branch 'fix/#5112/fixtures' into 'develop'
Browse files Browse the repository at this point in the history
fix(#5112): Fix permissions in fixtures

See merge request canopsis/canopsis-pro!3369
  • Loading branch information
mmourcia committed Dec 20, 2023
2 parents 5f309f4 + 0ead3d6 commit bea9ee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion community/go-engines-community/database/fixtures/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ permission:
<<: *permission
_id: api_maintenance
name: <Current()._id>
description: Maintenance
description: Trigger maintenance mode
permission_api_color_theme:
<<: *permission_crud
_id: api_color_theme
Expand Down Expand Up @@ -1625,6 +1625,7 @@ role:
"@permission_api_declare_ticket_execution": 1
"@permission_api_link_rule": 15
"@permission_api_alarm_tag": 15
"@permission_api_color_theme": 15
"@permission_api_maintenance": 1
# Views permissions
"@permission_view_open_alarms": 15
Expand Down

0 comments on commit bea9ee5

Please sign in to comment.