added the version to the parameter (#1874)

This commit is contained in:
Urse Daniel
2020-12-09 17:37:15 +02:00
committed by GitHub
parent 0ed0a10471
commit 42a779f068

View File

@@ -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) {