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

wuzhiguo 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 d5f9ad1d71 AMBARI-25489: On adding new VDF the Base URLs are not auto 
populated (#3535)
d5f9ad1d71 is described below

commit d5f9ad1d7167fc99a561edca5caa3c2853b52732
Author: Yu Hou <[email protected]>
AuthorDate: Sun Nov 20 01:26:03 2022 +0800

    AMBARI-25489: On adding new VDF the Base URLs are not auto populated (#3535)
---
 .../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 cd86d5d815..4691ebe6f1 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);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to