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:49:19 UTC

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

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

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


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

commit 62958f95d4495e7136d8e39cb308b8d31272b6bd
Author: Andrii Tkach <at...@apache.org>
AuthorDate: Thu Jul 19 18:35:29 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 b0b2c41..fcaf6f0 100644
--- a/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
+++ b/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
@@ -87,6 +87,7 @@ App.ConfigRecommendationParser = Em.Mixin.create(App.ConfigRecommendations, {
                 updateBoundariesCallback(stackProperty, attr, propertyAttributes[attr], name, fileName, configGroup);
               }
             }
+            Em.tryInvoke(config, 'validate');
           }
         }
       }