mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
add version manager on favorites, preview, recent and shared (#250)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
d7be8cf844
commit
ac28a28f94
@@ -343,4 +343,9 @@ export class PreviewComponent implements OnInit {
|
||||
canCopyFile(): boolean {
|
||||
return this.content.canCopyNode(this.node);
|
||||
}
|
||||
|
||||
canManageVersions(): boolean {
|
||||
return this.node.isFile && this.content.nodeHasPermission(this.node, 'update');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user