From 494b8d54f4a26f3be4536426c33b7456443958ee Mon Sep 17 00:00:00 2001 From: Ludwig Reiter Date: Wed, 29 Sep 2021 12:43:32 +0200 Subject: [PATCH] Rename organization/theme_id into default_theme_id. --- docs/models.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/models.yml b/docs/models.yml index 00f407254..458c9be7d 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -116,7 +116,7 @@ organization: type: relation-list restriction_mode: B to: organization_tag/organization_id - theme_id: + default_theme_id: type: relation restriction_mode: A to: theme/organization_ids @@ -539,7 +539,7 @@ theme: type: color organization_ids: restriction_mode: A - to: organization/theme_id + to: organization/default_theme_id type: relation-list user_ids: restriction_mode: A