From c862a2bb7a0e49f35f67addd38ffbf7d41d9d364 Mon Sep 17 00:00:00 2001 From: Helmi Akermi <70575401+hakermi@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:06:07 +0100 Subject: [PATCH] fix: Draft of new page is not correctly deleted after saving its page - EXO-74503 - Meeds-io/meeds#2449 (#1143) Draft of new page is not correctly deleted after saving its page --- .../vue-app/notes-editor/components/NotesEditorDashboard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue index f739b86d8..8ad41f48e 100644 --- a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue +++ b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue @@ -491,6 +491,7 @@ export default { wikiType: this.note.wikiType, wikiOwner: this.note.wikiOwner, parentPageId: this.parentPageId, + draftPage: true, properties: this.note?.properties }; if (this.note.draftPage && this.note.id) {