Add organization/theme_ids to models.yml
This commit is contained in:
parent
c293544f24
commit
d5d41a532a
@ -120,6 +120,10 @@ organization:
|
|||||||
type: relation
|
type: relation
|
||||||
restriction_mode: A
|
restriction_mode: A
|
||||||
to: theme/organization_ids
|
to: theme/organization_ids
|
||||||
|
theme_ids:
|
||||||
|
type: relation-list
|
||||||
|
restriction_mode: A
|
||||||
|
to: theme/organization_id
|
||||||
|
|
||||||
user:
|
user:
|
||||||
id:
|
id:
|
||||||
@ -535,6 +539,10 @@ theme:
|
|||||||
restriction_mode: A
|
restriction_mode: A
|
||||||
to: organization/default_theme_id
|
to: organization/default_theme_id
|
||||||
type: relation-list
|
type: relation-list
|
||||||
|
organization_id:
|
||||||
|
restriction_mode: A
|
||||||
|
to: organization/theme_ids
|
||||||
|
type: relation
|
||||||
|
|
||||||
committee:
|
committee:
|
||||||
id:
|
id:
|
||||||
|
Loading…
Reference in New Issue
Block a user