You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2018/06/20 19:35:30 UTC

[ambari] 02/02: AMBARI-24153 Customize Service step issues

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

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

commit 8f7bffc6a930154f6e5bf49e3761ce078f69de6a
Author: Andrii Tkach <at...@apache.org>
AuthorDate: Wed Jun 20 15:36:38 2018 +0300

    AMBARI-24153 Customize Service step issues
---
 ambari-web/app/views/wizard/step7/databases_tab_view.js | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/ambari-web/app/views/wizard/step7/databases_tab_view.js b/ambari-web/app/views/wizard/step7/databases_tab_view.js
index 7ed344f..1fa4bf7 100644
--- a/ambari-web/app/views/wizard/step7/databases_tab_view.js
+++ b/ambari-web/app/views/wizard/step7/databases_tab_view.js
@@ -27,6 +27,11 @@ App.DatabasesTabOnStep7View = Em.View.extend({
     return App.Tab.find().filterProperty('themeName', 'database');
   }.property(),
 
+  /**
+   * @type {Array}
+   */
+  properties: [],
+
   configsView: null,
 
   didInsertElement: function () {
@@ -64,10 +69,10 @@ App.DatabasesTabOnStep7View = Em.View.extend({
         currentTab.set('isActive', true);
       }
     }));
-    this.setProperties();
+    this.setLocalProperties();
   },
 
-  setProperties: function() {
+  setLocalProperties: function() {
     if (this.get('controller.stepConfigsCreated')) {
       var properties = [];
       this.get('tabs').forEach((tab) => {