HolonProduction / godot_kanban_tasks

Another kanban board plugin for the godot engine.
MIT License
146 stars 11 forks source link

Resolved Crashes During New Task Creation with Deleted or Missing Category Data #23

Closed Penime closed 7 months ago

Penime commented 8 months ago

Addressed the crash occurring during the creation of a new task when the save file lacks data for a task with the same category.

https://github.com/HolonProduction/godot_kanban_tasks/assets/122761839/ea5e9d32-4fc0-4ddc-a992-54aacee9224f

HolonProduction commented 7 months ago

Finally found the time to look at this. I could reproduce the crash, but I decided to rollback the changes which caused it (and potentially other crashes that no one encountered) instead of fixing all the crashes one by one. With eb9861cda3ad98b973f9c5f5ac410f4f93196897 this issue should not be happening anymore.

Penime commented 7 months ago

Amazing! Thank you so much!