Merge pull request #5491 from FinnStutzenstein/fixExampleData
Fix example data
This commit is contained in:
commit
51c27c4f12
@ -1379,8 +1379,8 @@
|
|||||||
"weight": 10000,
|
"weight": 10000,
|
||||||
|
|
||||||
"comment_ids": [1],
|
"comment_ids": [1],
|
||||||
"read_groups_id": [3, 6],
|
"read_group_ids": [3, 6],
|
||||||
"write_groups_id": [3, 6],
|
"write_group_ids": [3, 6],
|
||||||
"meeting_id": 1
|
"meeting_id": 1
|
||||||
}],
|
}],
|
||||||
"motion_category": [
|
"motion_category": [
|
||||||
@ -1950,7 +1950,7 @@
|
|||||||
|
|
||||||
"assignment_id": 1,
|
"assignment_id": 1,
|
||||||
"voted_id": [],
|
"voted_id": [],
|
||||||
"entitled_groups_id": [],
|
"entitled_group_ids": [],
|
||||||
"option_ids": [1],
|
"option_ids": [1],
|
||||||
"projection_ids": [],
|
"projection_ids": [],
|
||||||
"current_projector_ids": [],
|
"current_projector_ids": [],
|
||||||
@ -2006,7 +2006,7 @@
|
|||||||
|
|
||||||
"assignment_id": 2,
|
"assignment_id": 2,
|
||||||
"voted_ids": [1],
|
"voted_ids": [1],
|
||||||
"entitled_groups_id": [2],
|
"entitled_group_ids": [2],
|
||||||
"option_ids": [5, 6],
|
"option_ids": [5, 6],
|
||||||
"projection_ids": [],
|
"projection_ids": [],
|
||||||
"current_projector_ids": [],
|
"current_projector_ids": [],
|
||||||
@ -2125,8 +2125,8 @@
|
|||||||
"path": "logos/",
|
"path": "logos/",
|
||||||
"has_inherited_access_groups": true,
|
"has_inherited_access_groups": true,
|
||||||
|
|
||||||
"access_groups_id": [2, 3],
|
"access_group_ids": [2, 3],
|
||||||
"inherited_access_groups_id": [2, 3],
|
"inherited_access_group_ids": [2, 3],
|
||||||
"parent_id": null,
|
"parent_id": null,
|
||||||
"child_ids": [3],
|
"child_ids": [3],
|
||||||
"list_of_speakers_id": 16,
|
"list_of_speakers_id": 16,
|
||||||
@ -2150,8 +2150,8 @@
|
|||||||
"path": "A.txt",
|
"path": "A.txt",
|
||||||
"has_inherited_access_groups": false,
|
"has_inherited_access_groups": false,
|
||||||
|
|
||||||
"access_groups_id": [],
|
"access_group_ids": [],
|
||||||
"inherited_access_groups_id": [],
|
"inherited_access_group_ids": [],
|
||||||
"parent_id": null,
|
"parent_id": null,
|
||||||
"child_ids": [],
|
"child_ids": [],
|
||||||
"list_of_speakers_id": 17,
|
"list_of_speakers_id": 17,
|
||||||
@ -2175,8 +2175,8 @@
|
|||||||
"path": "logos/in.jpg",
|
"path": "logos/in.jpg",
|
||||||
"has_inherited_access_groups": true,
|
"has_inherited_access_groups": true,
|
||||||
|
|
||||||
"access_groups_id": [],
|
"access_group_ids": [],
|
||||||
"inherited_access_groups_id": [2, 3],
|
"inherited_access_group_ids": [2, 3],
|
||||||
"parent_id": 1,
|
"parent_id": 1,
|
||||||
"child_ids": [],
|
"child_ids": [],
|
||||||
"list_of_speakers_id": 18,
|
"list_of_speakers_id": 18,
|
||||||
|
Loading…
Reference in New Issue
Block a user