mattjackson220 commented on a change in pull request #5083:
URL: https://github.com/apache/trafficcontrol/pull/5083#discussion_r497767801
##########
File path:
traffic_portal/app/src/common/modules/form/deliveryService/edit/FormEditDeliveryServiceController.js
##########
@@ -161,6 +166,30 @@ var FormEditDeliveryServiceController =
function(deliveryService, origin, topolo
};
$scope.save = function(deliveryService) {
+ if (deliveryService.sslKeyVersion !== null &&
deliveryService.sslKeyVersion !== 0 &&
Review comment:
interesting. maybe cause i was just running TO and TP locally. ill try
again in a better environment
----------------------------------------------------------------
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]