refactoring of "date-notes" to "special-notes"

This commit is contained in:
zadam
2021-09-16 21:59:34 +02:00
parent 2b017a956e
commit 2d82da32d4
7 changed files with 36 additions and 20 deletions

View File

@@ -268,7 +268,7 @@ export default class SearchDefinitionWidget extends NoteContextAwareWidget {
this.$saveToNoteButton = this.$widget.find('.save-to-note-button');
this.$saveToNoteButton.on('click', async () => {
const {notePath} = await server.post("save-search-note", {searchNoteId: this.noteId});
const {notePath} = await server.post("special-notes/save-search-note", {searchNoteId: this.noteId});
await ws.waitForMaxKnownEntityChangeId();