mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
added the version to the parameter (#1874)
This commit is contained in:
@@ -205,7 +205,7 @@ export class AppViewerComponent implements OnInit, OnDestroy {
|
||||
this.previousNodeId = nearest.left;
|
||||
this.nextNodeId = nearest.right;
|
||||
this.nodeId = this.node.id;
|
||||
this.fileName = this.node.name;
|
||||
this.fileName = this.node.name + this.node?.properties?.['cm:versionLabel'];
|
||||
return;
|
||||
}
|
||||
} catch (error) {
|
||||
|
Reference in New Issue
Block a user