Change theme/organization_ids
It should be a relation and not a relation-list, as there is only one organization and it is renamed to avoid name conflict.
This commit is contained in:
parent
9c0329b2ad
commit
1078a7101a
@ -119,7 +119,7 @@ organization:
|
|||||||
default_theme_id:
|
default_theme_id:
|
||||||
type: relation
|
type: relation
|
||||||
restriction_mode: A
|
restriction_mode: A
|
||||||
to: theme/organization_ids
|
to: theme/default_theme_for_organization_id
|
||||||
theme_ids:
|
theme_ids:
|
||||||
type: relation-list
|
type: relation-list
|
||||||
restriction_mode: A
|
restriction_mode: A
|
||||||
@ -535,10 +535,10 @@ theme:
|
|||||||
warn_a700:
|
warn_a700:
|
||||||
restriction_mode: A
|
restriction_mode: A
|
||||||
type: color
|
type: color
|
||||||
organization_ids:
|
default_theme_for_organization_id:
|
||||||
restriction_mode: A
|
restriction_mode: A
|
||||||
to: organization/default_theme_id
|
to: organization/default_theme_id
|
||||||
type: relation-list
|
type: relation
|
||||||
organization_id:
|
organization_id:
|
||||||
restriction_mode: A
|
restriction_mode: A
|
||||||
to: organization/theme_ids
|
to: organization/theme_ids
|
||||||
|
Loading…
Reference in New Issue
Block a user