Fix 'refresh' button binding

This commit is contained in:
Denys Vuika 2016-09-28 11:04:03 +01:00
parent 92ec206de8
commit a00a1441d8

View File

@ -23,7 +23,7 @@
</div> </div>
<activiti-form *ngIf="hasFormKey()" [taskId]="taskDetails.id" <activiti-form *ngIf="hasFormKey()" [taskId]="taskDetails.id"
[showTitle]="showFormTitle" [showTitle]="showFormTitle"
[showRefreshButton]="showRefreshButton" [showRefreshButton]="showFormRefreshButton"
[showCompleteButton]="showFormCompleteButton" [showCompleteButton]="showFormCompleteButton"
[showSaveButton]="showFormSaveButton" [showSaveButton]="showFormSaveButton"
[readOnly]="readOnlyForm" [readOnly]="readOnlyForm"