[ADF-4389] StartProcessCloud - add validation for processName (#4707)

* [ADF-4389] StartProcessCloud - add validation for processName

* [ADF-4389] - change function definition name

* [ADF-4389] - add return type
This commit is contained in:
Silviu Popa
2019-05-14 17:19:44 +03:00
committed by Maurizio Vitale
parent 164d398abc
commit d1bc5a608a
2 changed files with 7 additions and 3 deletions

View File

@@ -55,6 +55,6 @@ export class StartProcessCloudDemoComponent implements OnInit {
}
openSnackMessage(event: any) {
this.notificationService.openSnackMessage(event.response.body.message);
this.notificationService.openSnackMessage(event.response.body.entry.message);
}
}