Fix: Cannot reorder subtasks after changing the status

Fixes #4925
This commit is contained in:
Frédéric Guillot
2023-03-28 20:03:38 -07:00
committed by Frédéric Guillot
parent 82ea26f827
commit 3bc4cc8291
3 changed files with 36 additions and 28 deletions

View File

@@ -16,6 +16,7 @@ KB.on('dom.ready', function () {
} else {
$(el).closest('.subtask-title').replaceWith(data);
}
KB.trigger('subtasks.reloaded');
}
});
});