Add required to default_theme_id and organization_id.

This commit is contained in:
Ludwig Reiter 2021-10-06 11:00:53 +02:00
parent ee3b84abde
commit fdfe3bd66a
1 changed files with 2 additions and 0 deletions

View File

@ -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