Edit Task modal sometimes fails to create all IDs when adding several dependencies #3252
Open
3 of 8 tasks
Labels
scope: edit task
The Create or edit task modal/dialog
scope: task dependencies
Anything to do with making tasks aware of other tasks
type: bug
Something isn't working
Steps to reproduce
0 days
(middle) task.Tasks: Create or edit task
Before this
field and select-9 days
Before this
field and select-8 days
Before this
field and select-7 days
Before this
field and select-6 days
Apply
Expected Behavior
ID
value.0 days
has adepends on
value of all 4 of the new IDs.0 days
task again should show all 4 of the added dependencies:Current behaviour
ID
value.0 days
task shows one of the requested dependencies was not added:Which Operating Systems are you using?
Obsidian Version
1.8.0
Tasks Plugin Version
7.14.0
Checks
Possible solution
I believe that the code is writing one task at a time, so potentially 5 writes in quick succession in this example.
And Obsidian does not always keep with updating its cache.
Ideas:
File.ts
to usevault.process()
might help:The text was updated successfully, but these errors were encountered: