FriendsOfFlarum / webhooks

Flarum with outgoing webhooks
MIT License
21 stars 11 forks source link

Group limitation #43

Open gaelreyrol opened 3 years ago

gaelreyrol commented 3 years ago

Bug Report

Current Behavior When I update a web-hook settings, I can limit events for a specific group and choose between Guests and Admins. But there is more groups: Members, Mods and those created manually from the Permissions panel.

Expected Behavior I should be able to choose between all existing groups, not only Admins and Guests.

It seems groups listing is hard-coded:

dsevillamartin commented 3 years ago

See https://github.com/FriendsOfFlarum/webhooks/pull/44#issuecomment-894804576 and https://github.com/FriendsOfFlarum/webhooks/issues/12 to find out why this is this way.