FriendsOfFlarum / polls

A Flarum extension that adds polls to your discussions
https://discuss.flarum.org/d/20586
MIT License
23 stars 12 forks source link

No ability to change permissions to create polls #77

Closed rafaucau closed 1 year ago

rafaucau commented 1 year ago

Bug Report

Current Behavior After upgrading to version 2.0, I cannot change the permissions to create polls. All options are grayed out. image

Environment

dsevillamartin commented 1 year ago

@rafaucau Hm, I've not seen this before. But after looking through the code, I think I know why.

What does your "View forum" permission look like? Users cannot start a poll if they cannot view the forum, so groups w/o that perm will not be able to be selected. If view forum is set to admin, then only admins can start poll.

rafaucau commented 1 year ago

Ahh, I tested this on the development version of the site, which is not available to the public. Sorry!

dsevillamartin commented 1 year ago

@rafaucau No worries! Glad we got it figured out.