Actions
Refactor #24674
closedContent hosts bulk packages modal form radio buttons
Pull request:
Fixed in Releases:
Found in Releases:
Description
Radio buttons html now looks like:
<div> <input id="package" ... /> <label>Package</label> <input id="package_group" ... /> <label>Package Group</label> </div>
but must looks like
<div> <label class="radio-inline"> <input id="package" ... /> Package </label> <label class="radio-inline"> <input id="package_group" ... /> Package Group </label> </div>
This is needed for automation to handle that radio buttons without work-around.
Files
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7643 added
Updated by Andrew Kofink about 6 years ago
- Target version set to Katello 3.9.0
- Triaged changed from No to Yes
Updated by Djebran Lezzoum about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|121c36ea4c5a0961ae4d0d967596c3b0e43e25e6.
Actions