mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
@@ -18,10 +18,10 @@
|
|||||||
<label class="mdl-textfield__label" for="processName">{{'START_PROCESS.DIALOG.LABEL.NAME'|translate}}</label>
|
<label class="mdl-textfield__label" for="processName">{{'START_PROCESS.DIALOG.LABEL.NAME'|translate}}</label>
|
||||||
</div>
|
</div>
|
||||||
<activiti-start-form *ngIf="hasStartForm()" [processDefinitionId]="currentProcessDef.id"
|
<activiti-start-form *ngIf="hasStartForm()" [processDefinitionId]="currentProcessDef.id"
|
||||||
(formSaved)='onFormSaved($event)'
|
(formSaved)="onFormSaved($event)"
|
||||||
(formCompleted)='onFormCompleted($event)'
|
(formCompleted)="onFormCompleted($event)"
|
||||||
(formLoaded)='onFormLoaded($event)'
|
(formLoaded)="onFormLoaded($event)"
|
||||||
(onError)='onFormError($event)'>
|
(onError)="onFormError($event)">
|
||||||
</activiti-start-form>
|
</activiti-start-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="mdl-card__actions mdl-card--border" *ngIf="showStartButton">
|
<div class="mdl-card__actions mdl-card--border" *ngIf="showStartButton">
|
||||||
|
Reference in New Issue
Block a user