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
|
to: organization_tag/organization_id
|
||||||
default_theme_id:
|
default_theme_id:
|
||||||
type: relation
|
type: relation
|
||||||
|
required: true
|
||||||
restriction_mode: A
|
restriction_mode: A
|
||||||
to: theme/default_theme_for_organization_id
|
to: theme/default_theme_for_organization_id
|
||||||
theme_ids:
|
theme_ids:
|
||||||
@ -540,6 +541,7 @@ theme:
|
|||||||
to: organization/default_theme_id
|
to: organization/default_theme_id
|
||||||
type: relation
|
type: relation
|
||||||
organization_id:
|
organization_id:
|
||||||
|
required: true
|
||||||
restriction_mode: A
|
restriction_mode: A
|
||||||
to: organization/theme_ids
|
to: organization/theme_ids
|
||||||
type: relation
|
type: relation
|
||||||
|
Loading…
Reference in New Issue
Block a user