Ariel Weinberger pushed to branch feature/create-content at cms-community / 
hippo-addon-channel-manager


Commits:
9ba1c031 by Ariel Weinberger at 2017-11-21T14:04:05+01:00
CHANNELMGR-1513 Fix missing document name in discard dialog

- - - - -


1 changed file:

- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/step-2/step-2.component.ts


Changes:

=====================================
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/step-2/step-2.component.ts
=====================================
--- 
a/frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/step-2/step-2.component.ts
+++ 
b/frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/step-2/step-2.component.ts
@@ -159,7 +159,7 @@ export class CreateContentStep2Component implements OnInit {
 
   private confirmDiscardChanges(): Promise<void> {
     const messageParams = {
-      // documentName: this.doc.displayName,
+      documentName: this.doc.displayName,
     };
 
     const confirm = this.dialogService.confirm()



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/9ba1c03138241f4700524820229aac65cebec5fe

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/9ba1c03138241f4700524820229aac65cebec5fe
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to