Fix eaxmple data: Add LOS for mediafiles

This commit is contained in:
Finn Stutzenstein 2020-11-03 15:22:24 +01:00
parent 0b6e855254
commit a183fa89cb
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
2 changed files with 32 additions and 1 deletions

View File

@ -6,6 +6,7 @@ services:
- postgres
env_file: services.env
environment:
- DATASTORE_ENABLE_DEV_ENVIRONMENT=1
- NUM_WORKERS=8
volumes:
- ../openslides-datastore-service/shared/shared:/app/shared

View File

@ -302,7 +302,7 @@
"projector_countdown_ids": [1],
"tag_ids": [1, 2, 3],
"agenda_item_ids": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
"list_of_speakers_ids": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
"list_of_speakers_ids": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18],
"topic_ids": [1, 2, 3, 4, 5, 6, 7, 8],
"group_ids": [1, 2, 3, 5, 6],
"mediafile_ids": [1, 2, 3],
@ -957,6 +957,36 @@
"projection_ids": [],
"current_projector_ids": [],
"meeting_id": 1
},
{
"id": 16,
"closed": false,
"content_object_id": "mediafile/1",
"speaker_ids": [],
"projection_ids": [],
"current_projector_ids": [],
"meeting_id": 1
},
{
"id": 17,
"closed": false,
"content_object_id": "mediafile/2",
"speaker_ids": [],
"projection_ids": [],
"current_projector_ids": [],
"meeting_id": 1
},
{
"id": 18,
"closed": false,
"content_object_id": "mediafile/3",
"speaker_ids": [],
"projection_ids": [],
"current_projector_ids": [],
"meeting_id": 1
}],
"speaker": [
{