Bug 1399285
Summary: | Changes to class attribute default value are discarded | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> |
Status: | CLOSED ERRATA | QA Contact: | Aziza Karol <akarol> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.7.0 | CC: | cpelland, dajohnso, hkataria, jhardy, mkanoor, mpovolny, obarenbo, tfitzger |
Target Milestone: | GA | Keywords: | Reopened, ZStream |
Target Release: | 5.6.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | automate:ui | ||
Fixed In Version: | 5.6.3.3 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1389187 | Environment: | |
Last Closed: | 2016-11-30 19:58:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1389187 | ||
Bug Blocks: |
Comment 2
Harpreet Kataria
2016-11-28 17:00:24 UTC
New commit detected on ManageIQ/manageiq/darga: https://github.com/ManageIQ/manageiq/commit/5d510a427cfd4ba0529f4a1d5e90f3424abbd1a7 commit 5d510a427cfd4ba0529f4a1d5e90f3424abbd1a7 Author: Dan Clarizio <dclarizi> AuthorDate: Thu Nov 3 14:24:57 2016 -0700 Commit: Oleg Barenboim <chessbyte> CommitDate: Mon Nov 28 13:54:20 2016 -0500 Merge pull request #12322 from h-kataria/class_schema_editor_fix Changed to have consistency in keys in schema editor (cherry picked from commit 32f1bc8cc20dec7bbed5caf52f90b874f1c533cc) https://bugzilla.redhat.com/show_bug.cgi?id=1399285 app/controllers/miq_ae_class_controller.rb | 21 +++--- app/views/miq_ae_class/_class_fields.html.haml | 24 +++---- spec/controllers/miq_ae_class_controller_spec.rb | 75 +++++++++++++++------- .../miq_ae_class/_class_fields.html.haml_spec.rb | 57 ++++++++++++++++ 4 files changed, 133 insertions(+), 44 deletions(-) create mode 100644 spec/views/miq_ae_class/_class_fields.html.haml_spec.rb Able to change the class attributes default value. Verified:5.6.3.3.20161128141841_49d925b Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2839.html |