mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Fix call start form with processInstance instead of processDefinition (#2373)
This commit is contained in:
committed by
Popovics András
parent
870cab047e
commit
f6907a7a00
+1
-1
@@ -73,7 +73,7 @@
|
||||
<div id="adf-start-process-dialog" class="adf-start-process-dialog">
|
||||
<h4 md-dialog-title>{{ 'DETAILS.LABELS.START_FORM'|translate }}</h4>
|
||||
<div md-dialog-content class="adf-start-process-dialog-content">
|
||||
<adf-start-form [processId]="processId" [processDefinitionId]="processInstanceDetails?.processDefinitionId"
|
||||
<adf-start-form [processId]="processId"
|
||||
[showRefreshButton]="false" [readOnlyForm]="true"
|
||||
(formContentClicked)='onFormContentClick($event)'>
|
||||
</adf-start-form>
|
||||
|
||||
Reference in New Issue
Block a user