hashview-old icon indicating copy to clipboard operation
hashview-old copied to clipboard

Clicking Done on a task group with no tasks breaks the taskgroups

Open BenKettlewell opened this issue 6 years ago • 3 comments

image

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;

image

BenKettlewell avatar Dec 22 '18 05:12 BenKettlewell

Should be fixed now with v0.7.5-beta

i128 avatar Jan 06 '19 23:01 i128

Yep! Tested and confirmed fixed 👍

BenKettlewell avatar Jan 23 '19 22:01 BenKettlewell

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.

image

BenKettlewell avatar Jan 23 '19 22:01 BenKettlewell