From 4a56c4c9450ef6c14e03e76bf080c0684180f93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 16 Jan 2023 11:19:25 +0100 Subject: [PATCH] Fixed: correct link for "edit wopi document" in javascript The link was hardcoded, but not correctly adapted --- .../AccompanyingCourseWorkEdit/components/FormEvaluation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/components/FormEvaluation.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/components/FormEvaluation.vue index e423838d1..66918ad71 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/components/FormEvaluation.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/components/FormEvaluation.vue @@ -360,7 +360,7 @@ export default { ; }, buildEditLink(storedObject) { - return `/wopi/edit/${storedObject.uuid}?returnPath=` + encodeURIComponent( + return `/chill/wopi/edit/${storedObject.uuid}?returnPath=` + encodeURIComponent( window.location.pathname + window.location.search + window.location.hash); }, submitBeforeGenerate({template}) {