mitchell852 commented on a change in pull request #4528: Deprecate 
users/{userId}/deliveryServices
URL: https://github.com/apache/trafficcontrol/pull/4528#discussion_r398671661
 
 

 ##########
 File path: 
traffic_portal/app/src/common/modules/form/user/FormUserController.js
 ##########
 @@ -50,7 +50,7 @@ var FormUserController = function(user, $scope, $location, 
formUtils, stringUtil
     $scope.labelize = stringUtils.labelize;
 
     $scope.viewDeliveryServices = function() {
-        $location.path($location.path() + '/delivery-services');
+        $location.path('/tenants/' + userModel.user.tenantId + 
'/delivery-services');
 
 Review comment:
   Here is a PR where @ocket8888 removed a view from TP and all the associated 
code. In this case he removed the ability to view cachegroups for a parameter - 
https://github.com/apache/trafficcontrol/pull/3636

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to