[ADF-2561] add showComments toggle on demo-shell (#3143)

This commit is contained in:
Suzana Dirla
2018-04-05 14:05:58 +03:00
committed by Denys Vuika
parent 9b3e153b83
commit c7507c0c31
5 changed files with 17 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<header mat-dialog-title>{{'VERSION.DIALOG.TITLE' | translate}}</header>
<section mat-dialog-content>
<adf-version-manager [node]="contentEntry" (uploadError)="uploadError($event)"></adf-version-manager>
<adf-version-manager [node]="contentEntry" [showComments]="showComments" (uploadError)="uploadError($event)"></adf-version-manager>
</section>
<footer mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">
<button mat-button (click)="close()">{{'VERSION.DIALOG.CLOSE' | translate}}</button>