This is an automated email from the ASF dual-hosted git repository.
asnaik 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 8eda334 AMBARI-25381 Save button is enabled without any config
changes for Kerberos service (asnaik) (#3083)
8eda334 is described below
commit 8eda334c2bbedfc91f4ef2b4be64e389fba3af26
Author: Asnaik HWX <[email protected]>
AuthorDate: Fri Sep 20 17:15:27 2019 +0530
AMBARI-25381 Save button is enabled without any config changes for Kerberos
service (asnaik) (#3083)
---
ambari-web/app/models/configs/objects/service_config_property.js | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ambari-web/app/models/configs/objects/service_config_property.js
b/ambari-web/app/models/configs/objects/service_config_property.js
index 211eadc..933b8a2 100644
--- a/ambari-web/app/models/configs/objects/service_config_property.js
+++ b/ambari-web/app/models/configs/objects/service_config_property.js
@@ -346,9 +346,6 @@ App.ServiceConfigProperty = Em.Object.extend({
isFinal = this.get('isFinal'),
savedIsFinal = this.get('savedIsFinal');
- if (this.get('name') === 'kdc_type') {
- return
App.router.get('mainAdminKerberosController.kdcTypesValues')[savedValue] !==
value;
- }
// ignore precision difference for configs with type of `float` which
value may ends with 0
// e.g. between 0.4 and 0.40
if (this.get('stackConfigProperty') &&
this.get('stackConfigProperty.valueAttributes.type') == 'float') {