mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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
@@ -38,6 +38,9 @@ export class VersionListComponent implements OnChanges {
|
||||
@Input()
|
||||
id: string;
|
||||
|
||||
@Input()
|
||||
showComments: boolean = true;
|
||||
|
||||
constructor(private alfrescoApi: AlfrescoApiService) {
|
||||
this.versionsApi = this.alfrescoApi.versionsApi;
|
||||
}
|
||||
|
Reference in New Issue
Block a user