From 0a0f54ef3b4987a36becfc6412880e20b872419e Mon Sep 17 00:00:00 2001 From: Luisa Date: Thu, 11 Jul 2024 17:28:26 +0200 Subject: [PATCH 1/2] Add new setting for closed meeting --- models.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/models.yml b/models.yml index 648c4071..10864d35 100644 --- a/models.yml +++ b/models.yml @@ -781,6 +781,9 @@ meeting: end_time: type: timestamp restriction_mode: B + locked-from_inside: + type: boolean + restriction_mode: B imported_at: type: timestamp restriction_mode: B From 956a00a9e997de81419242959602141a08030228 Mon Sep 17 00:00:00 2001 From: Luisa Date: Thu, 11 Jul 2024 17:29:25 +0200 Subject: [PATCH 2/2] Fixed spelling --- models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.yml b/models.yml index 10864d35..8039a275 100644 --- a/models.yml +++ b/models.yml @@ -781,7 +781,7 @@ meeting: end_time: type: timestamp restriction_mode: B - locked-from_inside: + locked_from_inside: type: boolean restriction_mode: B imported_at: