fix link to edit in wopi

This commit is contained in:
Julien Fastré 2021-09-30 11:51:26 +02:00
parent 460f0daf0a
commit bd7f2d997e

View File

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