Adopt example data: Reenable the old version
This can be reverted, if every service can deal with the new syntax
This commit is contained in:
parent
ce5bb9dca5
commit
e164e2b118
@ -46,25 +46,34 @@
|
||||
|
||||
"group_$_ids": ["1"],
|
||||
"group_$1_ids": [2],
|
||||
"group_1_ids": [2],
|
||||
"speaker_$_ids": ["1"],
|
||||
"speaker_$1_ids": [1, 5, 6, 12],
|
||||
"speaker_1_ids": [1, 5, 6, 12],
|
||||
"personal_note_$_ids": ["1"],
|
||||
"personal_note_$1_ids": [1],
|
||||
"personal_note_1_ids": [1],
|
||||
"supported_motion_$_ids": [],
|
||||
"submitted_motion_$_ids": ["1"],
|
||||
"submitted_motion_$1_ids": [1, 2, 3, 4],
|
||||
"submitted_motion_1_ids": [1, 2, 3, 4],
|
||||
"motion_poll_voted_$_ids": [],
|
||||
"motion_vote_$_ids": [],
|
||||
"assignment_candidate_$_ids": ["1"],
|
||||
"assignment_candidate_$1_ids": [1],
|
||||
"assignment_candidate_1_ids": [1],
|
||||
"assignment_poll_voted_$_ids": ["1"],
|
||||
"assignment_poll_voted_$1_ids": [3],
|
||||
"assignment_poll_voted_1_ids": [3],
|
||||
"assignment_option_$_ids": ["1"],
|
||||
"assignment_option_$1_ids": [1, 2],
|
||||
"assignment_option_1_ids": [1, 2],
|
||||
"assignment_vote_$_ids": ["1"],
|
||||
"assignment_vote_$1_ids": [4],
|
||||
"assignment_vote_1_ids": [4],
|
||||
"assignment_delegated_vote_$_ids": ["1"],
|
||||
"assignment_delegated_vote_$1_ids": [4]
|
||||
"assignment_delegated_vote_$1_ids": [4],
|
||||
"assignment_delegated_vote_1_ids": [4]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
@ -98,8 +107,10 @@
|
||||
|
||||
"group_$_ids": ["1"],
|
||||
"group_$1_ids": [6],
|
||||
"group_1_ids": [6],
|
||||
"speaker_$_ids": ["1"],
|
||||
"speaker_$1_ids": [2, 3, 7, 10, 11, 13],
|
||||
"speaker_1_ids": [2, 3, 7, 10, 11, 13],
|
||||
"personal_note_$_ids": [],
|
||||
"supported_motion_$_ids": [],
|
||||
"submitted_motion_$_ids": [],
|
||||
@ -107,9 +118,11 @@
|
||||
"motion_vote_$_ids": [],
|
||||
"assignment_candidate_$_ids": ["1"],
|
||||
"assignment_candidate_$1_ids": [3, 5],
|
||||
"assignment_candidate_1_ids": [3, 5],
|
||||
"assignment_poll_voted_$_ids": [],
|
||||
"assignment_option_$_ids": ["1"],
|
||||
"assignment_option_$1_ids": [6],
|
||||
"assignment_option_1_ids": [6],
|
||||
"assignment_vote_$_ids": []
|
||||
},
|
||||
{
|
||||
@ -145,17 +158,21 @@
|
||||
"group_$_ids": [],
|
||||
"speaker_$_ids": ["1"],
|
||||
"speaker_$1_ids": [4, 8, 9],
|
||||
"speaker_1_ids": [4, 8, 9],
|
||||
"personal_note_$_ids": [],
|
||||
"supported_motion_$_ids": ["1"],
|
||||
"supported_motion_$1_ids": [3],
|
||||
"supported_motion_1_ids": [3],
|
||||
"submitted_motion_$_ids": [],
|
||||
"motion_poll_voted_$_ids": [],
|
||||
"motion_vote_$_ids": [],
|
||||
"assignment_candidate_$_ids": ["1"],
|
||||
"assignment_candidate_$1_ids": [2, 4],
|
||||
"assignment_candidate_1_ids": [2, 4],
|
||||
"assignment_poll_voted_$_ids": [],
|
||||
"assignment_option_$_ids": ["1"],
|
||||
"assignment_option_$1_ids": [3, 4, 5],
|
||||
"assignment_option_1_ids": [3, 4, 5],
|
||||
"assignment_vote_$_ids": []
|
||||
}],
|
||||
"role": [
|
||||
@ -318,6 +335,7 @@
|
||||
|
||||
"logo_$_id": ["web_header"],
|
||||
"logo_$web_header_id": 3,
|
||||
"logo_web_header_id": 3,
|
||||
"font_$_id": [],
|
||||
|
||||
"committee_id": 1,
|
||||
@ -2213,6 +2231,7 @@
|
||||
|
||||
"used_as_logo_$_in_meeting_id": ["web_header"],
|
||||
"used_as_logo_$web_header_in_meeting_id": 1,
|
||||
"used_as_logo_web_header_in_meeting_id": 1,
|
||||
"used_as_font_$_in_meeting_id": []
|
||||
}],
|
||||
"projector": [
|
||||
|
Loading…
Reference in New Issue
Block a user