Checkbox "Allow to guests" in CRUD UI is not update to database.
I see PollHandler:modify() dont have any code to update "canVisitorsVote".
When I change it in database, "canVisitorsVote" from 0 to 1. It still show "Thanks for voting", I think it's a wrong condition in PollWriter::draw(), but i dont know how to override to fix it.
Checkbox "Allow to guests" in CRUD UI is not update to database. I see PollHandler:modify() dont have any code to update "canVisitorsVote". When I change it in database, "canVisitorsVote" from 0 to 1. It still show "Thanks for voting", I think it's a wrong condition in PollWriter::draw(), but i dont know how to override to fix it.