From de14009a52b2adef300719f1ac8008a472803f49 Mon Sep 17 00:00:00 2001 From: Joshua Sangmeister Date: Mon, 2 Aug 2021 15:48:57 +0200 Subject: [PATCH] Add missing defaults & fix existing ones --- docs/models.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/models.yml b/docs/models.yml index 1efe12142..4996bd5e3 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -782,7 +782,10 @@ meeting: restriction_mode: B motions_default_sorting: type: string - default: identifier + enum: + - number + - weight + default: number restriction_mode: B motions_number_type: type: string @@ -818,6 +821,7 @@ meeting: restriction_mode: B motions_amendments_prefix: type: string + default: "-" restriction_mode: B motions_amendments_text_mode: type: string @@ -863,6 +867,7 @@ meeting: restriction_mode: B motion_poll_ballot_paper_number: type: number + default: 8 restriction_mode: B motion_poll_default_type: type: string @@ -937,6 +942,22 @@ meeting: restriction_mode: B users_email_body: type: string + default: >- + Dear {name}, + + + + this is your personal OpenSlides login: + + {url} + + username: {username} + + password: {password} + + + + This email was generated automatically. restriction_mode: B # Assignments @@ -978,7 +999,7 @@ meeting: restriction_mode: B assignment_poll_default_100_percent_base: type: string - default: YNA + default: valid restriction_mode: B assignment_poll_default_group_ids: type: relation-list