Skip to content

Commit

Permalink
BC-8341 - Room roles missing in server seed data (#5321)
Browse files Browse the repository at this point in the history
- adding seed data for room creating permission
  • Loading branch information
MartinSchuhmacher authored Nov 1, 2024
1 parent 59d5d37 commit d570396
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions backup/setup/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,5 +581,24 @@
],
"permissions": [],
"__v": 0
},
{
"_id": {
"$oid": "6720b8621b61c9dd7ebd193b"
},
"name": "room_viewer",
"permissions": [
"ROOM_VIEW"
]
},
{
"_id": {
"$oid": "6720b8621b61c9dd7ebd193c"
},
"name": "room_editor",
"permissions": [
"ROOM_VIEW",
"ROOM_EDIT"
]
}
]

0 comments on commit d570396

Please sign in to comment.