Bug 1824764
Summary: | Not getting proper error message while updating method | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Devidas Gaikwad <dgaikwad> |
Component: | Automate | Assignee: | Tina Fitzgerald <tfitzger> |
Status: | CLOSED DEFERRED | QA Contact: | Sudhir Mallamprabhakara <smallamp> |
Severity: | low | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | unspecified | ||
Version: | 5.11.5 | CC: | dmetzger, gmccullo, hkataria, mkanoor, mzazrivec, obarenbo, znemecko |
Target Milestone: | GA | Flags: | dgaikwad:
needinfo+
|
Target Release: | cfme-future | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-22 13:50:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Description
Devidas Gaikwad
2020-04-16 12:37:53 UTC
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low. I'm confirming the error, it also happens on current ManageIQ master. It also seems that it only happens when *adding* a new MiqAeField with invalid name. In this case, you'll get the following error: Error during 'save': Failed to replace inputs because one or more of the new records could not be saved. which is propagated all the way from activerecord. When editing existing MiqAeField so that it has invalid name, you'll see correct validation error: Error during 'save': Validation failed: MiqAeMethod: Name may contain only alphanumeric and _ characters This error on the other hand comes from MiqAeMethod name validation. I'm not sure this is UI issue, assigning over to automate. This issue has been moved to the ManageIQ Github Issue list, for triaging /tracking / scheduling. The issue can be found here: https://github.com/ManageIQ/manageiq-automation_engine/issues/441 Please see https://www.manageiq.org/docs/guides/triage_process for a descripion of the ManageIQ Issue Lifecycle. |