Project

General

Profile

Actions

Refactor #24674

closed

Content hosts bulk packages modal form radio buttons

Added by Djebran Lezzoum over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Branch:
Difficulty:
Triaged:
Yes
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

Actions #1

Updated by The Foreman Bot over 5 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/7643 added
Actions #2

Updated by Andrew Kofink over 5 years ago

  • Target version set to Katello 3.9.0
  • Triaged changed from No to Yes
Actions #3

Updated by Djebran Lezzoum over 5 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF