Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

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

Open
BenKettlewell opened this issue Dec 22, 2018 · 3 comments
Open
Assignees
Labels
Milestone

Comments

@BenKettlewell
Copy link

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

@i128 i128 added the bug label Jan 6, 2019
@i128 i128 added this to the v0.7.5 milestone Jan 6, 2019
@i128 i128 self-assigned this Jan 6, 2019
@i128
Copy link
Contributor

i128 commented Jan 6, 2019

Should be fixed now with v0.7.5-beta

@BenKettlewell
Copy link
Author

Yep! Tested and confirmed fixed 👍

@BenKettlewell
Copy link
Author

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 BenKettlewell reopened this Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants