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
The following commit(s) were added to refs/heads/trunk by this push:
new 6cef8cb AMBARI-24155 Ranger and KMS tab still present in Customize
ServicesPage even after going back and deselecting them from Choose
ServicesPage. (ababiichuk)
6cef8cb is described below
commit 6cef8cba5ba10eda7cbc042ece75f31506c902ca
Author: ababiichuk <[email protected]>
AuthorDate: Wed Jun 20 18:39:51 2018 +0300
AMBARI-24155 Ranger and KMS tab still present in Customize ServicesPage
even after going back and deselecting them from Choose ServicesPage.
(ababiichuk)
---
ambari-web/app/views/wizard/step7/databases_tab_view.js | 1 +
1 file changed, 1 insertion(+)
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 5e8a74c..8ff218f 100644
--- a/ambari-web/app/views/wizard/step7/databases_tab_view.js
+++ b/ambari-web/app/views/wizard/step7/databases_tab_view.js
@@ -43,6 +43,7 @@ App.DatabasesTabOnStep7View = Em.View.extend({
supportsConfigLayout: true,
willDestroyElement: function () {
$('.loading').append(Em.I18n.t('app.loadingPlaceholder'));
+ App.store.fastCommit();
},
didInsertElement: function () {
$('.loading').empty();