Skip to content
Snippets Groups Projects
Commit 93547e9d authored by magicfelix's avatar magicfelix
Browse files

Fix rule name

parent 1efc0078
No related branches found
No related tags found
1 merge request!1741Resolve "Group Type mutation uses wrong rule"
Pipeline #196589 failed
...@@ -45,7 +45,7 @@ class GroupTypeBatchDeleteMutation(BaseBatchDeleteMutation): ...@@ -45,7 +45,7 @@ class GroupTypeBatchDeleteMutation(BaseBatchDeleteMutation):
class GroupTypeBatchPatchMutation(BaseBatchPatchMutation): class GroupTypeBatchPatchMutation(BaseBatchPatchMutation):
class Meta: class Meta:
model = GroupType model = GroupType
permissions = ("core.change_grouptype_rule",) permissions = ("core.edit_grouptype_rule",)
only_fields = ( only_fields = (
"id", "id",
"name", "name",
......
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