From f15cb4d42e4cdd54f37ad708e73b4c6c4ddff38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ho=CC=88=C3=9Fl?= Date: Sun, 16 Dec 2018 13:44:05 +0100 Subject: [PATCH] Bugfix: Creating amendments ./. empty supporters_id --- .../amendment-create-wizard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/site/motions/components/amendment-create-wizard/amendment-create-wizard.component.ts b/client/src/app/site/motions/components/amendment-create-wizard/amendment-create-wizard.component.ts index 3482cb1e0..1e82ba812 100644 --- a/client/src/app/site/motions/components/amendment-create-wizard/amendment-create-wizard.component.ts +++ b/client/src/app/site/motions/components/amendment-create-wizard/amendment-create-wizard.component.ts @@ -127,7 +127,7 @@ export class AmendmentCreateWizardComponent extends BaseViewComponent { state_id: [''], recommendation_id: [''], submitters_id: [], - supporters_id: [], + supporters_id: [[]], origin: [''] }); }