mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Maurizio Vitale
parent
164d398abc
commit
d1bc5a608a
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user