Antonenko Alexander created AMBARI-10184:
--------------------------------------------
Summary: Admin View: property validation needs to show for
instance invalid
Key: AMBARI-10184
URL: https://issues.apache.org/jira/browse/AMBARI-10184
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.0.0
Reporter: Antonenko Alexander
Assignee: Antonenko Alexander
Fix For: 2.1.0
The Admin View UI is correctly handling the cases of property validation and
showing the errors next to view configuration property.
But in the case of instance validation failing, the API is returning the
information but that is not shown in the UI. The UI must also show that info as
well.
There is a part of the response that in the case of instance validation
failure, it returns valid = false not associated with a property. In the below
response, it's telling me the second value must be greater than the first.
{code}
{
"status": 500,
"message":
"{\"propertyResults\":{\"freeform\":{\"valid\":true,\"detail\":\"OK\"},\"integer\":{\"valid\":true,\"detail\":\"OK\"},\"first.value\":{\"valid\":true,\"detail\":\"OK\"},\"second.value\":{\"valid\":true,\"detail\":\"OK\"},\"url\":{\"valid\":true,\"detail\":\"OK\"}},\"valid\":false,\"detail\":\"Second
value must be greater or equal to first\"}"
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)