shamrickus commented on code in PR #7210:
URL: https://github.com/apache/trafficcontrol/pull/7210#discussion_r1041226589
##########
traffic_portal/app/src/common/modules/form/deliveryService/form.deliveryService.HTTP.tpl.html:
##########
@@ -50,20 +50,20 @@
<span class="caret"></span>
</button>
<ul class="dropdown-menu-right dropdown-menu"
uib-dropdown-menu>
- <li role="menuitem"><a
ng-click="clone(deliveryService)">Clone Delivery Service</a></li>
+ <li role="menuitem"><a
ng-href="/delivery-services/{{deliveryService.id}}/clone?dsType={{deliveryService.type}}">Clone
Delivery Service</a></li>
Review Comment:
This removes the `#!` resulting in a 404
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]