diff --git a/client/src/app/domain/models/meetings/meeting.ts b/client/src/app/domain/models/meetings/meeting.ts index a584b8956c..b3821fec4c 100644 --- a/client/src/app/domain/models/meetings/meeting.ts +++ b/client/src/app/domain/models/meetings/meeting.ts @@ -163,9 +163,9 @@ export class Settings { public users_email_replyto!: string; public users_email_subject!: string; public users_email_body!: string; - public users_forbid_delegator_in_list_of_speakers!: string; - public users_forbid_delegator_as_submitter!: string; - public users_forbid_delegator_as_supporter!: string; + public users_forbid_delegator_in_list_of_speakers!: boolean; + public users_forbid_delegator_as_submitter!: boolean; + public users_forbid_delegator_as_supporter!: boolean; // Assignments public assignments_export_title!: string; diff --git a/client/src/app/site/pages/meetings/modules/list-of-speakers-content/components/list-of-speakers-content/list-of-speakers-content.component.html b/client/src/app/site/pages/meetings/modules/list-of-speakers-content/components/list-of-speakers-content/list-of-speakers-content.component.html index 3f119ba50b..9ae1d79c1f 100644 --- a/client/src/app/site/pages/meetings/modules/list-of-speakers-content/components/list-of-speakers-content/list-of-speakers-content.component.html +++ b/client/src/app/site/pages/meetings/modules/list-of-speakers-content/components/list-of-speakers-content/list-of-speakers-content.component.html @@ -102,16 +102,7 @@ You have to be present to add yourself. -
+