Преглед на файлове

AMBARI-12987. Edit button on Admin->kerberos page does not work. (jaimin)

Jaimin Jetly преди 10 години
родител
ревизия
b9a0b39ca3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ambari-web/app/controllers/main/admin/kerberos.js

+ 1 - 1
ambari-web/app/controllers/main/admin/kerberos.js

@@ -466,7 +466,7 @@ App.MainAdminKerberosController = App.KerberosWizardStep4Controller.extend({
 
 
   makeConfigsEditable: function () {
-    if (!this.get('stepConfigs') || !this.get('stepConfigs.length')) {
+    if (this.get('stepConfigs') && this.get('stepConfigs.length')) {
       this.set('isEditMode', true);
       this.get('stepConfigs').forEach(function (_stepConfig) {
         _stepConfig.get('configs').setEach('isEditable', true);