Skip to content
Snippets Groups Projects
Commit 2814bc44 authored by Julian's avatar Julian
Browse files

Load permissions for statistics

parent a1aedec2
No related branches found
No related tags found
1 merge request!440Resolve "Allow editing of personal notes and participation status from person page widget"
...@@ -65,6 +65,8 @@ query participationsOfPerson($person: ID!) { ...@@ -65,6 +65,8 @@ query participationsOfPerson($person: ID!) {
colourBg colourBg
} }
} }
canEdit
canDelete
} }
} }
...@@ -98,6 +100,8 @@ query personalNotesForPerson($person: ID!) { ...@@ -98,6 +100,8 @@ query personalNotesForPerson($person: ID!) {
colourBg colourBg
} }
} }
canEdit
canDelete
} }
} }
......
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