mitchell852 opened a new issue #2963: When cloning DS assignments from one 
cache to another, target cache list is incomplete
URL: https://github.com/apache/trafficcontrol/issues/2963
 
 
   https://tp.domain.net/#!/servers/:id/delivery-services under `More` provides 
the ability to clone ds assignments from one cache to another, however, the 
target cache list is incomplete as the dropdown in this view:
   
   
![image](https://user-images.githubusercontent.com/251272/47665142-0f9e9b80-db66-11e8-8bbe-e5b552769ee7.png)
   
   is populated via this API call:
   
   `GET api/1.3/servers?type=EDGE`
   
   This is problematic because the system allow the addition of caches types 
such as:
   
   `EDGE_FOO`
   
   Therefore, that drowdown should be populated by calling:
   
   `GET api/1.3/servers` and then filtering the results in the UI to those 
servers where type=EDGE*
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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