Add required to default_theme_id and organization_id.
This commit is contained in:
parent
ee3b84abde
commit
fdfe3bd66a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user