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 c4e0f26b7..64d4f6fb8 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 @@ -264,7 +264,7 @@ export class AmendmentCreateWizardComponent extends BaseViewComponent implements }); const newMotionValues = { ...this.contentForm.value, - title: this.translate.instant('Amendment to') + ' ' + this.motion.identifier, + title: this.translate.instant('Amendment to') + ' ' + this.motion.getIdentifierOrTitle(), text: text, // Workaround as 'text' is required from the backend parent_id: this.motion.id, category_id: this.motion.category_id, diff --git a/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html b/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html index 91b82a0b1..af98eb115 100644 --- a/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html +++ b/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html @@ -22,17 +22,19 @@ -