mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Merge pull request #1086 from Alfresco/dev-mromano-1058
Dev mromano 1058
This commit is contained in:
@@ -161,6 +161,10 @@ export class ActivitiProcessInstanceTasks implements OnInit {
|
||||
}
|
||||
|
||||
public showStartDialog() {
|
||||
if (!this.dialog.nativeElement.showModal) {
|
||||
dialogPolyfill.registerDialog(this.dialog.nativeElement);
|
||||
}
|
||||
|
||||
if (this.startDialog) {
|
||||
this.startDialog.nativeElement.showModal();
|
||||
}
|
||||
|
Reference in New Issue
Block a user