mitchell852 commented on a change in pull request #2029: [Issue 1907] TO API
for backup edge cachegroup
URL:
https://github.com/apache/incubator-trafficcontrol/pull/2029#discussion_r181815969
##########
File path: traffic_ops/app/lib/API/Cachegroup.pm
##########
@@ -164,6 +166,7 @@ sub update {
latitude => $params->{latitude},
longitude => $params->{longitude},
parent_cachegroup_id => $params->{parentCachegroupId},
+ fallback_to_closest => $params->{fallbackToClosest},
Review comment:
Because this field was not added to Traffic Portal, users of the TP will
always be setting this to null when they update a cache group. Is that OK?
I think you need to add this field to the Traffic Portal -
form.cacheGroup.tpl.html
----------------------------------------------------------------
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