Bug 1161761
| Summary: | Automate Explorer: "Error during 'save': Validation failed: Datatype is not included in the list" when trying to save input parameters for a Method | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Harpreet Kataria <hkataria> |
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> |
| Status: | CLOSED ERRATA | QA Contact: | Dave Johnson <dajohnso> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.3.0 | CC: | dajohnso, drieden, jprause, mfeifer, snansi, sshveta |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.3.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.3.2 | Doc Type: | Bug Fix |
| Doc Text: |
In the earlier version of CloudForms Management Engine, an error occurred when trying to edit input parameters for a method in the Automate Explorer. This was due to an incorrect data type assigned to the Automate method input parameters field. This was fixed by changing the data type for the Automate method input parameters field to be 'string'. The Administrator is now able to edit Automate methods as expected.
|
Story Points: | --- |
| Clone Of: | 1161701 | Environment: | |
| Last Closed: | 2015-01-14 19:43:05 UTC | Type: | Bug |
| 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: | 1161701 | ||
| Bug Blocks: | |||
|
Description
Harpreet Kataria
2014-11-07 19:33:32 UTC
New commit detected on cfme/master: https://github.com/ManageIQ/manageiq/commit/175caf6f4d91aa02c63b044d3eb9e8e8b57b5e6e commit 175caf6f4d91aa02c63b044d3eb9e8e8b57b5e6e Author: Harpreet Kataria <hkataria> AuthorDate: Fri Nov 7 16:17:12 2014 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Wed Nov 12 13:58:10 2014 -0500 Fixed saving on Input Parameters for Automate Method. - Fixed to set/save default value for datatype of an Automate Method Input field to be 'string'. - Fixed saving of input parameters when adding a new Method. https://bugzilla.redhat.com/show_bug.cgi?id=1161761 https://bugzilla.redhat.com/show_bug.cgi?id=1161701 vmdb/app/controllers/miq_ae_class_controller.rb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/175caf6f4d91aa02c63b044d3eb9e8e8b57b5e6e commit 175caf6f4d91aa02c63b044d3eb9e8e8b57b5e6e Author: Harpreet Kataria <hkataria> AuthorDate: Fri Nov 7 16:17:12 2014 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Wed Nov 12 13:58:10 2014 -0500 Fixed saving on Input Parameters for Automate Method. - Fixed to set/save default value for datatype of an Automate Method Input field to be 'string'. - Fixed saving of input parameters when adding a new Method. https://bugzilla.redhat.com/show_bug.cgi?id=1161761 https://bugzilla.redhat.com/show_bug.cgi?id=1161701 vmdb/app/controllers/miq_ae_class_controller.rb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=4161e1b68f7fbe22e5515df9e482305a8a5cc104 commit 4161e1b68f7fbe22e5515df9e482305a8a5cc104 Author: Harpreet Kataria <hkataria> AuthorDate: Wed Nov 12 13:58:10 2014 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Fri Nov 14 13:10:40 2014 -0500 Fixed saving on Input Parameters for Automate Method. - Fixed to set/save default value for datatype of an Automate Method Input field to be 'string'. - Fixed saving of input parameters when adding a new Method. https://bugzilla.redhat.com/show_bug.cgi?id=1161761 https://bugzilla.redhat.com/show_bug.cgi?id=1161701 (cherry picked from commit 175caf6) vmdb/app/controllers/miq_ae_class_controller.rb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) Fixed . Verified in 5.3.2.5.20141218144833_50406a5 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-2015-0028.html |