[ADF-2395] fixed expression change problem when startin a process on demo shell (#3016)

This commit is contained in:
Vito
2018-03-01 11:52:19 +00:00
committed by Eugenio Romano
parent 3df245a58a
commit cef05cbcb9
2 changed files with 6 additions and 2 deletions

View File

@@ -154,7 +154,7 @@
</adf-process-instance-list>
<adf-pagination
*ngIf="processList"
*ngIf="showProcessPagination"
[target]="processList"
(changePageSize)="onChangePageSize($event)"
[supportedPageSizes]="supportedPages"