You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/08/27 19:29:59 UTC

[jira] [Reopened] (AMBARI-7031) FE: Next button not enabled when only /validation ERRORs are there

     [ https://issues.apache.org/jira/browse/AMBARI-7031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Srimanth Gunturi reopened AMBARI-7031:
--------------------------------------


Reopening issue as this forces ERRORs to be shown as WARNs. We want ERRORs to be shown as errors in red, but still have ability to continue.
{code}
-                  property.set('errorMessage', item.message);
-                  property.set('error', true);
+                  property.set('warnMessage', item.message);
+                  property.set('warn', true);
{code}

> FE: Next button not enabled when only /validation ERRORs are there
> ------------------------------------------------------------------
>
>                 Key: AMBARI-7031
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7031
>             Project: Ambari
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.7.0
>            Reporter: Andrii Babiichuk
>            Assignee: Andrii Babiichuk
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-7031.patch
>
>
> we should enable next(save) button when server validation fails



--
This message was sent by Atlassian JIRA
(v6.2#6252)