Actions
Bug #3994
closedUnapproved groups still allow access to integrations
Description
Unapproved groups should block integration access until approved to everyone except moderators. Currently only Unpublished does this correctly.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This is due to published check in getAuthorization just checking that a published value exists, which passes for unapproved categories/groups as it's -1. It's now fixed to properly check for == 1, which is published.
Actions