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