You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2018/07/20 08:48:41 UTC

[ambari] branch trunk updated: AMBARI-24316 Inconsistent Ambari warnings

This is an automated email from the ASF dual-hosted git repository.

atkach pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d5bcc18  AMBARI-24316 Inconsistent Ambari warnings
d5bcc18 is described below

commit d5bcc180423e8a08f183733412e0608c593f0865
Author: Andrii Tkach <at...@apache.org>
AuthorDate: Thu Jul 19 18:32:16 2018 +0300

    AMBARI-24316 Inconsistent Ambari warnings
---
 ambari-web/app/mixins/common/configs/config_recommendation_parser.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-web/app/mixins/common/configs/config_recommendation_parser.js b/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
index a4e0ead..74aeacd 100644
--- a/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
+++ b/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
@@ -86,6 +86,7 @@ App.ConfigRecommendationParser = Em.Mixin.create(App.ConfigRecommendations, {
                 updateBoundariesCallback(stackProperty, attr, propertyAttributes[attr], name, fileName, configGroup);
               }
             }
+            Em.tryInvoke(config, 'validate');
           }
         }
       }