FIX: Overly-aggressive permissions check when for feed-level policies
Created:
4/29/2025 7:06:52 PM by Steve Dennis
Status:
Awaiting Release on
Last pulled:
5/2/2025 10:00:01 PM
Description:
"An error occurred in the web application: xyz@company.org is not permitted to perform the Admin_ConfigureProGet task for the current scope."
Required permission should be `Admin_ManageFeed` not `Admin_ConfigureProGet`.
Implementing `IScopedByFeed` on `EditLicenseRulePage` (and a handful of others that inherit from `EditPolicyPageBase`) should fix this