hashview / hashview-old

A web front-end for password cracking and analytics

Home Page:http://www.hashview.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

BenKettlewell opened this issue · 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

commented

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.

image