Actions
Bug #38009
openContent Override on deb type host with structured APT enabled bulk-action issue
Description
Trying to set content-overrides for structured deb content on a host using bulk-action results in not selected content being edited.
Reproducer:¶
- enable structured-apt setting
deb_enable_structured_apt
- create deb-content or migrate existing deb-content using
rake katello:migrate_structure_content_for_deb
(two or more deb repos should exist) - be sure to have at least one content view with one published and promoted version containing the deb-content
- create host and attach it to the deb-content
- on HostDetails page go to Content->Repository Sets tab
- make sure multiple shown deb-content have the same state
- select all content using the dedicated checkbox
- de-select at least one deb-content
- override content state using the bulk-action
Expected: not selected content is not reset
Actual: not-selected deb-content has overriden state.
Actions