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

Merge branch '1315-creating-roles-without-ical_participation_role-not-possible' into 'master'

Resolve "Creating roles without ical_participation_role not possible"

Closes #1315

See merge request !1878
parents a7ca3381 3f87cb58
No related branches found
No related tags found
1 merge request!1878Resolve "Creating roles without ical_participation_role not possible"
Pipeline #199693 failed
......@@ -42,6 +42,12 @@ class RoleBatchCreateMutation(BaseBatchCreateMutation):
"fg_color",
"bg_color",
)
optional_fields = (
"ical_participation_role",
"vcard_related_type",
"fg_color",
"bg_color",
)
class RoleBatchDeleteMutation(BaseBatchDeleteMutation):
......@@ -68,3 +74,9 @@ class RoleBatchPatchMutation(BaseBatchPatchMutation):
"fg_color",
"bg_color",
)
optional_fields = (
"ical_participation_role",
"vcard_related_type",
"fg_color",
"bg_color",
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment