From fdfe3bd66a119c6a0181a5e5f4befa915df2efc1 Mon Sep 17 00:00:00 2001 From: Ludwig Reiter Date: Wed, 6 Oct 2021 11:00:53 +0200 Subject: [PATCH] Add required to default_theme_id and organization_id. --- docs/models.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/models.yml b/docs/models.yml index bf5404dc9..a55dcce1c 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -118,6 +118,7 @@ organization: to: organization_tag/organization_id default_theme_id: type: relation + required: true restriction_mode: A to: theme/default_theme_for_organization_id theme_ids: @@ -540,6 +541,7 @@ theme: to: organization/default_theme_id type: relation organization_id: + required: true restriction_mode: A to: organization/theme_ids type: relation