From e641a86502630a6c023889994096c71a90b7d55e Mon Sep 17 00:00:00 2001 From: Helmi Akermi <70575401+hakermi@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:36:38 +0100 Subject: [PATCH] fix: Draft of new page is not correctly deleted after saving its page - EXO-74503 - Meeds-io/meeds#2449 (#1147) 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) {