hashview-old
hashview-old copied to clipboard
Clicking Done on a task group with no tasks breaks the taskgroups
If you click Done without adding a single task it adds the group with a NULL value for tasks in the Database
Results in NoMethodError at /task_groups/list
Fixed by shutting off server and manually deleting line in database;
Should be fixed now with v0.7.5-beta
Yep! Tested and confirmed fixed 👍
I stand corrected. Clicking the button doesn't crash it, but if you don't finish making the group you still get a Null DB entry. If you get that you can never visit Task Groups again without removing it manually.