Bug 1463827
| Summary: | Drop Down List Dialog does not keep default value for Integer type | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | myoder | |
| Component: | Automate | Assignee: | eclarizi | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Shveta <sshveta> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.8.0 | CC: | brant.evans, cpelland, dajohnso, eclarizi, fdewaley, hkataria, jhardy, mfeifer, mkanoor, mpovolny, obarenbo, rspagnol, simaishi, sshveta, tfitzger | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | automate:dialog | |||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1468370 1475020 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 14:47:21 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | CFME Core | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1468370, 1475020 | |||
|
Description
myoder
2017-06-21 20:18:01 UTC
This should be fixed by the same thing that fixed https://bugzilla.redhat.com/show_bug.cgi?id=1447442. Here's the Github PR: https://github.com/ManageIQ/manageiq/pull/14998 It should be now, as my previous comment was incorrect. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/efa7d4bbfdc940ecfabc77c0ba9f4c088551c559 commit efa7d4bbfdc940ecfabc77c0ba9f4c088551c559 Author: Erik Clarizio <eclarizi> AuthorDate: Tue Jun 27 07:44:29 2017 -0700 Commit: Erik Clarizio <eclarizi> CommitDate: Tue Jun 27 10:43:24 2017 -0700 Ensure values are cast to proper data_type for default_value comparison https://bugzilla.redhat.com/show_bug.cgi?id=1463827 app/models/dialog_field_sorted_item.rb | 2 +- spec/models/dialog_field_drop_down_list_spec.rb | 4 +-- spec/models/dialog_field_sorted_item_spec.rb | 36 +++++++++++++++++++++++-- 3 files changed, 37 insertions(+), 5 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/1e7673ee8386e0610aabce312a11dc8b4a118555 commit 1e7673ee8386e0610aabce312a11dc8b4a118555 Author: Erik Clarizio <eclarizio> AuthorDate: Mon Jul 17 09:56:56 2017 -0700 Commit: Erik Clarizio <eclarizio> CommitDate: Mon Jul 17 09:56:56 2017 -0700 Ensure updated default_value select picker is properly initialized https://bugzilla.redhat.com/show_bug.cgi?id=1463827 app/controllers/miq_ae_customization_controller/dialogs.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) *** Bug 1471964 has been marked as a duplicate of this bug. *** Default value is stored in 5.9.0.2.20171010190026_0413a06 |