You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/19 17:26:08 UTC

[ambari] branch trunk updated: AMBARI-25489: On adding new VDF the Base URLs are not auto populated (#3535)

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 <52...@qq.com>
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: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org