Actions
Refactor #10025
closedMove taxonomy related methods and scopes to Host::Base
Status:
Closed
Priority:
Normal
Assignee:
Category:
Organizations and Locations
Target version:
Description
Host::Base already deals with taxonomies, but for some reason we define default_scope and other essential taxonomies related methods in Host::Manage descendant class. That can easy lead to duplication and out of sync of other inheriting classes in plugins (e.g. discovery). We should move all taxonomy related code that is not specific for Host::Manage to Host::Base.
Updated by Marek Hulán over 9 years ago
- Related to Tracker #10022: Taxonomies related issues added
Updated by Marek Hulán over 9 years ago
- Related to Bug #10005: CVE-2015-1844 - Discovery hosts are not restricted to user taxonomies 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/2287 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Related to Bug #9947: CVE-2015-1844 - GET /api/hosts doesn't respect organization/location membership added
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 40
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 bf75590c49c05dd780df388908598c85fc8f53bd.
Actions