Bug #14202
select2 missing from interface/NIC compute resource dropdown menus
Pull request:
Fixed in Releases:
Found in Releases:
Description
#12055 deliberately disabled select2 from interface compute resource dropdown menus as a fix for incorrect information being displayed in the interfaces table. This though is a regression of the original reason it was added in #10641 - to search through compute resource networks. At the moment, all dropdown menus for compute resource networks are ordinary non-searchable ones.
Filing this as it would be good to re-enable it for compute resource dropdowns while keeping the table working.
Related issues
Associated revisions
History
#1
Updated by Dominic Cleal almost 5 years ago
- Related to Bug #12055: Detail line in NICs table shows wrong information when a new NIC is added added
#2
Updated by Dominic Cleal almost 5 years ago
- Related to Feature #10641: Ability to search VmWare networks added
#3
Updated by Dominic Cleal almost 5 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
#4
Updated by Dominic Cleal almost 5 years ago
- Blocked by Bug #14200: External user groups auth source dropdown menu doesn't open added
#5
Updated by Dominic Cleal almost 5 years ago
- Blocked by Bug #14041: VM provisioning : dropdown lists greyed out in new volume fields added
#6
Updated by The Foreman Bot almost 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3374 added
#7
Updated by Dominic Cleal almost 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset cbc6ac080c856b1f90942533209810164081deb0.
#8
Updated by Dominic Cleal almost 5 years ago
- Legacy Backlogs Release (now unused) set to 136
fixes #14202 - enable select2 in interfaces modal
Reverts commit 44723b9 and re-enables select2 in the interfaces modal,
instead fixing the issue with the NIC table detail lines to read the
network information out of select2 dropdown menus correctly.