mitchell852 commented on a change in pull request #4859:
URL: https://github.com/apache/trafficcontrol/pull/4859#discussion_r452409386
##########
File path:
traffic_portal/app/src/common/modules/table/serverDeliveryServices/TableServerDeliveryServicesController.js
##########
@@ -120,18 +120,18 @@ var TableServerDeliveryServicesController =
function(server, deliveryServices, $
size: 'lg',
resolve: {
server: function() {
- return server;
+ return $scope.server;
Review comment:
this one actually fixes the ds/server assignment bug. the rest i just
did for some reason :)
----------------------------------------------------------------
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]