airgun icon indicating copy to clipboard operation
airgun copied to clipboard

No manage packages function for Content Host view

Open swadeley opened this issue 5 years ago • 1 comments

Hello

In entities/hostcollection.py there is a manage_packages() function to work with the bulk update menu (GUI able "Update All Packages"). I could not find a way to get to this menu using Content Host view, so I used the Host Collection way[1]

To see the menu: Navigate to Hosts > Content Hosts, select one or more hosts, from the Select Action menu, select Manage Packages

[1] https://github.com/SatelliteQE/robottelo/pull/6974

swadeley avatar Jun 04 '19 15:06 swadeley

Yeap, it is necessary to implement bulk actions similar to https://github.com/SatelliteQE/airgun/blob/master/airgun/entities/host.py#L108

oshtaier avatar Jun 04 '19 16:06 oshtaier