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

hapylestat pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 0deced6  AMBARI-25489. On adding new VDF the Base URLs are not auto 
populated (#3187) (hiveww via dgrinenko)
0deced6 is described below

commit 0deced60bf5d15fb524098cb8a833a4057bfeb07
Author: Alexander Antonenko <[email protected]>
AuthorDate: Tue Jun 30 14:23:47 2020 +0300

    AMBARI-25489. On adding new VDF the Base URLs are not auto populated 
(#3187) (hiveww via dgrinenko)
---
 .../app/scripts/controllers/stackVersions/StackVersionsCreateCtrl.js  | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsCreateCtrl.js
 
b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsCreateCtrl.js
index 39a8d3a..149bcba 100644
--- 
a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsCreateCtrl.js
+++ 
b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsCreateCtrl.js
@@ -220,10 +220,6 @@ angular.module('ambariAdminConsole')
             $scope.osList.push(stackOs);
           }
         });
-        if ($scope.selectedOption.index == $scope.localOption.index) {
-          $scope.clearRepoVersions();
-          $scope.validateRepoUrl();
-        }
       })
       .catch(function (data) {
         Alert.error($t('versions.alerts.osListError'), data.message);

Reply via email to