Bug #35687
closedCan't edit the `ignore_types` of an Organization
Description
Foreman's taxonomy controller has a parameter `ignore_types` to allow setting which entities should get the taxonomy auto-assigned (https://github.com/theforeman/foreman/blob/develop/app/controllers/concerns/api/v2/taxonomies_controller.rb#L33)
This works fine in Foreman core for Organizations and Locations, but not in Katello, because Katello overrides the Organization controller and does not expose the same parameter there. Locations work fine.
The same action works just fine through the UI, but the API doc is wrong!
This was added "recently" (https://github.com/theforeman/foreman/commit/719f4d21dd788c7e4bde3e4a7c91589864489b48) and probably just was not synced to Katello's controller?
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Evgeni Golov
- Pull request https://github.com/Katello/katello/pull/10330 added
Updated by Evgeni Golov about 2 years ago
- Related to Tracker #27680: API bugs that need workarounds in foreman-ansible-modules added
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases Katello 4.7.0 added
Updated by Evgeni Golov about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|414bcb720be9f9c6bfc730e5a9836f93b5784307.
Updated by Chris Roberts about 2 years ago
- Target version set to Katello 4.7.0
- Triaged changed from No to Yes