-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(board): ensure that boards can be managed with local permissions (#…
…570) Co-authored-by: WikiRik <WikiRik@users.noreply.github.com> Co-authored-by: Leon Vreling <l.m.vreling@student.tue.nl>
- Loading branch information
1 parent
08dab16
commit 33d1af2
Showing
8 changed files
with
182 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"success": true, | ||
"data": [ | ||
{ | ||
"seo_url": 134, | ||
"permissions": [], | ||
"parent_circle_id": 2, | ||
"parent_circle": { | ||
"seo_url": 2, | ||
"permissions": null, | ||
"parent_circle_id": null, | ||
"parent_circle": null, | ||
"name": "General board circle", | ||
"joinable": false, | ||
"id": 2, | ||
"description": "This is the toplevel circle for all boards in the system. It grants boards administrative rights for their body.", | ||
"child_circles": null, | ||
"body_id": null, | ||
"body": null | ||
}, | ||
"name": "Board AEGEE-Alicante", | ||
"joinable": false, | ||
"id": 134, | ||
"description": "Board circle of AEGEE-Alicante", | ||
"child_circles": [], | ||
"body_id": 9, | ||
"body": null | ||
}, | ||
{ | ||
"seo_url": 134, | ||
"permissions": [], | ||
"parent_circle_id": 2, | ||
"parent_circle": { | ||
"seo_url": 2, | ||
"permissions": null, | ||
"parent_circle_id": null, | ||
"parent_circle": null, | ||
"name": "General board circle", | ||
"joinable": false, | ||
"id": 2, | ||
"description": "This is the toplevel circle for all boards in the system. It grants boards administrative rights for their body.", | ||
"child_circles": null, | ||
"body_id": null, | ||
"body": null | ||
}, | ||
"name": "Board AEGEE-Alicante", | ||
"joinable": false, | ||
"id": 134, | ||
"description": "Board circle of AEGEE-Alicante", | ||
"child_circles": [], | ||
"body_id": 34, | ||
"body": null | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters