Actions
Bug #25784
closedallowed_taxonomies always returns empty list
Status:
Closed
Priority:
Normal
Assignee:
Category:
Organizations and Locations
Target version:
Description
This is due to allows_taxonomy_filtering implementation that always return false.
This method uses scoped search definitions to see if taxonomy filters exist on an object. This is a hash keyed with symbols, but allowed_taxonomies sends a string there.
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6381 added
Updated by Tomer Brisker almost 6 years ago
- Related to Bug #24232: Non admin user is unable to see the audits for katello and taxable resources created by admin using Any Location context added
Updated by Shimon Shtein almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 854012e52e0366b450f2e3f9eaaebde595b271e2.
Actions