Actions
Bug #11187
closedTaxonomy selectors are empty even for users with assign permissions
Status:
Closed
Priority:
Normal
Assignee:
Category:
Organizations and Locations
Target version:
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
A patch that added authorization to multiple selects broke the taxonomies selects. It calls authorized without any arguments which means it check for any permission for a default resource (which is self). This can't work for Taxonomy (and other STI models) because permissions are mapped to children resources. Also I think that there should be view_$resource permission checked instead of any permission (not 100% sure about this though).
Updated by Marek Hulán over 9 years ago
- Related to Bug #7337: organizations UI does not filter resources to associate based upon RBAC added
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2564 added
- Pull request deleted (
)
Updated by Marek Hulán over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset cdb70710d21a85fb6318a34e862f52daecdf7478.
Updated by Stephen Benjamin over 9 years ago
- Related to Bug #11408: Plugin permissions are broken when using multiple selects added
Actions