Add topic to projected collections

This commit is contained in:
Finn Stutzenstein 2020-09-28 15:12:17 +02:00
parent 3b4a006754
commit 248a0451df
No known key found for this signature in database
GPG Key ID: 9042F605C6324654

View File

@ -856,6 +856,12 @@ topic:
tag_ids: tag_ids:
type: relation-list type: relation-list
to: tag/tagged_ids to: tag/tagged_ids
projection_ids:
type: relation-list
to: projection/element_id
current_projector_ids:
type: relation-list
to: projector/current_element_ids
meeting_id: meeting_id:
type: relation type: relation
to: meeting/topic_ids to: meeting/topic_ids
@ -1580,6 +1586,7 @@ projector:
- motion_block - motion_block
- assignment - assignment
- agenda_item - agenda_item
- topic
- user - user
- assignment_poll - assignment_poll
- motion_poll - motion_poll
@ -1630,6 +1637,7 @@ projection:
- motion_block - motion_block
- assignment - assignment
- agenda_item - agenda_item
- topic
- user - user
- assignment_poll - assignment_poll
- motion_poll - motion_poll