Rename default_theme_id into theme_id
And update initial and example data.
This commit is contained in:
parent
fdfe3bd66a
commit
285b900b5a
@ -19,7 +19,7 @@
|
||||
],
|
||||
"resource_ids": [],
|
||||
"organization_tag_ids": [],
|
||||
"default_theme_id": 1,
|
||||
"theme_id": 1,
|
||||
"theme_ids": [1]
|
||||
}
|
||||
},
|
||||
@ -77,7 +77,7 @@
|
||||
"primary_500": "#317796",
|
||||
"warn_500": "#f06400",
|
||||
"organization_id": 1,
|
||||
"default_theme_for_organization_id": 1
|
||||
"theme_for_organization_id": 1
|
||||
}
|
||||
},
|
||||
"committee": {
|
||||
|
@ -23,7 +23,7 @@
|
||||
"organization_tag_ids": [
|
||||
1
|
||||
],
|
||||
"default_theme_id": 1,
|
||||
"theme_id": 1,
|
||||
"theme_ids": [1]
|
||||
}
|
||||
},
|
||||
@ -340,7 +340,7 @@
|
||||
"primary_500": "#317796",
|
||||
"warn_500": "#f06400",
|
||||
"organization_id": 1,
|
||||
"default_theme_for_organization_id": 1
|
||||
"theme_for_organization_id": 1
|
||||
}
|
||||
},
|
||||
"organization_tag": {
|
||||
|
@ -116,11 +116,11 @@ organization:
|
||||
type: relation-list
|
||||
restriction_mode: B
|
||||
to: organization_tag/organization_id
|
||||
default_theme_id:
|
||||
theme_id:
|
||||
type: relation
|
||||
required: true
|
||||
restriction_mode: A
|
||||
to: theme/default_theme_for_organization_id
|
||||
to: theme/theme_for_organization_id
|
||||
theme_ids:
|
||||
type: relation-list
|
||||
restriction_mode: A
|
||||
@ -536,9 +536,9 @@ theme:
|
||||
warn_a700:
|
||||
restriction_mode: A
|
||||
type: color
|
||||
default_theme_for_organization_id:
|
||||
theme_for_organization_id:
|
||||
restriction_mode: A
|
||||
to: organization/default_theme_id
|
||||
to: organization/theme_id
|
||||
type: relation
|
||||
organization_id:
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user