We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9e2f6 commit e9cf206Copy full SHA for e9cf206
1 file changed
seed.py
@@ -219,6 +219,8 @@ def seed_permissions(db: Session, posts: list[Post_DB]):
219
Permission(action="view", target="Document", posts=["Buggmästare"]),
220
Permission(action="manage", target="Moosegame", posts=["Buggmästare"]),
221
Permission(action="manage", target="UserPost", posts=["Buggmästare"]),
222
+ Permission(action="view", target="GuildMeeting", posts=["Buggmästare"]),
223
+ Permission(action="manage", target="GuildMeeting", posts=["Buggmästare"]),
224
]
225
226
[
0 commit comments