Skip to content
Snippets Groups Projects
Verified Commit 40b3f172 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'refactor/calendar-overview' of...

Merge branch 'refactor/calendar-overview' of edugit.org:AlekSIS/official/AlekSIS-Core into refactor/calendar-overview
parents c4a8e64d b5a53db1
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #143527 passed with warnings
......@@ -34,6 +34,7 @@ class RoomCreateMutation(DjangoCreateMutation):
class Meta:
model = Room
permissions = ("core.create_room",)
exclude = ("managed_by_app_label",)
class RoomDeleteMutation(DeleteMutation):
......
......@@ -619,7 +619,7 @@ YARN_INSTALLED_APPS = [
"stylelint@^14.14.0",
"stylelint-config-standard@^29.0.0",
"stylelint-config-prettier@^9.0.3",
"vue-draggable-grid@^0.2.0",
"vue-draggable-grid@^0.3.0",
"rrule",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment