Bug #35167
closedMove hostgroups dropdown actions to an extendable helper
Description
Adding the Ansible plugin overrides the `Actions` menu on the Hostgroups page.
The code on Github - https://github.com/theforeman/foreman_ansible/blob/c31e984a66ee2bf6a74756a981abc5c4dced108b/app/overrides/hostgroup_play_roles.rb
The actions array used from Ansible - https://github.com/theforeman/foreman_ansible/blob/c31e984a66ee2bf6a74756a981abc5c4dced108b/app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb#L8
So if we change something on the original actions array, we won't see it when using the Ansible plugin.
Should we keep it like that and fix this by applying the changes from the original actions array, or maybe we should extend it using pagelets?
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9297 added
Updated by Nofar Alfassi over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|f20c8a6e63320cf0a162de7ed8984078de1d4b9b.
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Category set to Host groups
Updated by Nofar Alfassi about 2 years ago
- Subject changed from Ansible plugin overrides the drop-down menu on the Hostgroups page to Move hostgroups dropdown actions to an extendable helper