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:
Ludwig Reiter 2021-10-04 14:02:24 +02:00
parent 9c0329b2ad
commit 1078a7101a
1 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ organization:
default_theme_id:
type: relation
restriction_mode: A
to: theme/organization_ids
to: theme/default_theme_for_organization_id
theme_ids:
type: relation-list
restriction_mode: A
@ -535,10 +535,10 @@ theme:
warn_a700:
restriction_mode: A
type: color
organization_ids:
default_theme_for_organization_id:
restriction_mode: A
to: organization/default_theme_id
type: relation-list
type: relation
organization_id:
restriction_mode: A
to: organization/theme_ids