From 248a0451df995f8f57e00abfda8d998e859b087d Mon Sep 17 00:00:00 2001 From: Finn Stutzenstein Date: Mon, 28 Sep 2020 15:12:17 +0200 Subject: [PATCH] Add topic to projected collections --- docs/models.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/models.yml b/docs/models.yml index 8b20df6c2..26cabb271 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -856,6 +856,12 @@ topic: tag_ids: type: relation-list 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: type: relation to: meeting/topic_ids @@ -1580,6 +1586,7 @@ projector: - motion_block - assignment - agenda_item + - topic - user - assignment_poll - motion_poll @@ -1630,6 +1637,7 @@ projection: - motion_block - assignment - agenda_item + - topic - user - assignment_poll - motion_poll