Improved display of referenced properties

This commit is contained in:
Stefan Zermatten
2021-07-27 16:21:55 +02:00
parent 4a8b72f163
commit 4e2e0ca364
5 changed files with 61 additions and 27 deletions

View File

@@ -55,7 +55,7 @@ function updateReferenceNodeWork(node, userId){
return;
}
cache = {
node: {name: doc.name, type: doc.type},
node: doc,
};
if (library){
cache.library = {name: library.name};