Actions
Bug #19672
closedPlugins adding host bulk actions are broken in Foreman 1.15
Description
When #16043 was merged, a new method multiple_with_filter?
has been introduced in hosts_controller and exposed via helper_method. It's also being used in generic helper HostsAndHostgroupsHelper#multiple_filter and it works since most actions are implemented in hosts controller. If plugin adds actions (e.g. foreman_openscap - assign compliance policy), a plugin controller is used and the method is undefined. This method should be probably available globally or the helper should duplicate the logic and check for search param presence. I believe this affects all plugins introducing custom bulk actions and should be fixed in 1.15 branch.
Updated by Marek Hulán over 7 years ago
- Related to Bug #16043: Unable to select all hosts from the GUI added
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Marek Hulán
- Pull request https://github.com/theforeman/foreman/pull/4557 added
Updated by Daniel Lobato Garcia over 7 years ago
- Translation missing: en.field_release set to 248
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 0bbcc6c339113e2a4bf93e6a01c56f55a6641f22.
Updated by Ondřej Pražák over 7 years ago
- Has duplicate Bug #19916: Try assign policy of openscap to a host and error appear in new katello 3.4 added
Updated by Ondřej Pražák over 7 years ago
- Has duplicate Bug #19518: Assign policy to hosts modal loads indefintely added
Actions