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

jgolieb pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-feature-AMBARI-14714 by 
this push:
     new d080a41  [AMBARI-24414] Removed properties no longer supported by 
service_config_versions
d080a41 is described below

commit d080a41ea222ce27efc25d9745954c4fc98936e4
Author: Jason Golieb <jgol...@hortonworks.com>
AuthorDate: Tue Aug 7 14:40:28 2018 -0400

    [AMBARI-24414] Removed properties no longer supported by 
service_config_versions
---
 ambari-web/app/controllers/wizard/step8_controller.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ambari-web/app/controllers/wizard/step8_controller.js 
b/ambari-web/app/controllers/wizard/step8_controller.js
index 8c43a59..127f0ce 100644
--- a/ambari-web/app/controllers/wizard/step8_controller.js
+++ b/ambari-web/app/controllers/wizard/step8_controller.js
@@ -1525,10 +1525,6 @@ App.WizardStep8Controller = 
App.WizardStepController.extend(App.AddSecurityConfi
         serviceName: service.get('serviceName'),
         serviceGroupName: service.get('stackName'), //TODO - mpacks: for now
         data: {
-          "ServiceConfigVersion": {
-            "service_config_version_note": this.getServiceConfigNote('', 
service.get('displayName')),
-            "stack_id": 
`${service.get('stackName')}-${service.get('stackVersion')}`
-          },
           "configurations": []
         }
       };

Reply via email to