mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(server/tasks): becca not updating on task creation
This commit is contained in:
parent
575ef5e10e
commit
0baa804544
@ -63,6 +63,10 @@ export default class BTask extends AbstractBeccaEntity<BOption> {
|
||||
super.beforeSaving();
|
||||
|
||||
this.utcDateModified = date_utils.utcNowDateTime();
|
||||
|
||||
if (this.taskId) {
|
||||
this.becca.tasks[this.taskId] = this;
|
||||
}
|
||||
}
|
||||
|
||||
getPojo() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user