mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2561] View comments on previous versions (#3137)
* [ADF-2561] View comments on previous versions add input property to enable/disable viewing version comments * [ADF-2561] add more tests
This commit is contained in:
committed by
Denys Vuika
parent
3a7751fec9
commit
eb0b0fa5aa
@@ -6,7 +6,7 @@
|
||||
<span class="adf-version-list-item-version">{{version.entry.id}}</span> -
|
||||
<span class="adf-version-list-item-date">{{version.entry.modifiedAt | date}}</span>
|
||||
</p>
|
||||
<p mat-line class="adf-version-list-item-comment">{{version.entry.versionComment}}</p>
|
||||
<p mat-line class="adf-version-list-item-comment" *ngIf="showComments">{{version.entry.versionComment}}</p>
|
||||
|
||||
<mat-menu #versionMenu="matMenu" yPosition="below" xPosition="before">
|
||||
<button mat-menu-item (click)="restore(version.entry.id)"> Restore </button>
|
||||
|
Reference in New Issue
Block a user