{{ 'Change paragraph' | translate }}
- Amendment text
-
-
+
+
+ Amendment text *
+
+
+
+ This field is required.
+
- Reason
-
-
+
+
+ Reason *
+
+
+
+
+ This field is required.
+
diff --git a/client/src/app/site/motions/modules/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.ts b/client/src/app/site/motions/modules/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.ts
index a6e03a1bb..c981921e5 100644
--- a/client/src/app/site/motions/modules/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.ts
+++ b/client/src/app/site/motions/modules/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.ts
@@ -57,16 +57,16 @@ export class AmendmentCreateWizardComponent extends BaseViewComponent {
*/
public contentForm: FormGroup;
- /**
- * Motions meta-info
- */
- public metaInfoForm: FormGroup;
-
/**
* Indicates the maximum line length as defined in the configuration.
*/
public lineLength: number;
+ /**
+ * Determine, from the config service, if a reason is required
+ */
+ public reasonRequired: boolean;
+
/**
* Constructs this component.
*
@@ -100,6 +100,10 @@ export class AmendmentCreateWizardComponent extends BaseViewComponent {
this.lineLength = lineLength;
this.getMotionByUrl();
});
+
+ this.configService.get