[ 
https://issues.apache.org/jira/browse/AMBARI-10184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14378318#comment-14378318
 ] 

Hudson commented on AMBARI-10184:
---------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #2101 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/2101/])
AMBARI-10184. Admin View: property validation needs to show for instance 
invalid (alexantonenko) (hiveww: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2518f87fdc9e90494ed81b7f09ea68a82d3ad825)
* 
ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/ambariViews/CreateViewInstanceCtrl.js
* ambari-admin/src/main/resources/ui/admin-web/app/views/ambariViews/create.html


> 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
>
>         Attachments: AMBARI-10184.patch
>
>
> 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)

Reply via email to