From d5d41a532ac2d6f11f43938b38e447e6a9e83b77 Mon Sep 17 00:00:00 2001 From: Ludwig Reiter Date: Mon, 4 Oct 2021 11:18:37 +0200 Subject: [PATCH] Add organization/theme_ids to models.yml --- docs/models.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/models.yml b/docs/models.yml index f41b5bb56..53378c843 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -120,6 +120,10 @@ organization: type: relation restriction_mode: A to: theme/organization_ids + theme_ids: + type: relation-list + restriction_mode: A + to: theme/organization_id user: id: @@ -535,6 +539,10 @@ theme: restriction_mode: A to: organization/default_theme_id type: relation-list + organization_id: + restriction_mode: A + to: organization/theme_ids + type: relation committee: id: