1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

All: Fixes #6956: Custom sort order not synchronized (#7729)

This commit is contained in:
Tao Klerks
2023-02-13 17:41:55 +01:00
committed by GitHub
parent 3c471dc120
commit bbfeffec69
2 changed files with 39 additions and 0 deletions

View File

@ -828,6 +828,7 @@ export default class Note extends BaseItem {
return Note.save(Object.assign({}, note, {
order: order,
user_updated_time: note.user_updated_time,
updated_time: time.unixMs(),
}), { autoTimestamp: false, dispatchUpdateAction: false });
}