temporary stored object fixes

This commit is contained in:
2021-09-29 15:15:10 +02:00
parent 8c2d211661
commit 2c1d3d08c3
5 changed files with 12 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ export default {
this.toggleEditEvaluation();
},
buildEditLink(storedObject) {
return `/fr/chill_wopi/edit/${storedObject.filename}?returnPath=` + encodeURIComponent(
return `/fr/chill_wopi/edit/${storedObject.uuid}?returnPath=` + encodeURIComponent(
window.location.pathname + window.location.search + window.location.hash);
},
}