mattjackson220 commented on a change in pull request #4518:
URL: https://github.com/apache/trafficcontrol/pull/4518#discussion_r462539650



##########
File path: traffic_ops/traffic_ops_golang/deliveryservice/deliveryservices.go
##########
@@ -313,6 +313,7 @@ func createV30(w http.ResponseWriter, r *http.Request, inf 
*api.APIInfo, reqDS t
                &ds.RegionalGeoBlocking,
                &ds.RemapText,
                &ds.RoutingName,
+               &ds.ServiceCategoryId,

Review comment:
       this line should be moved to the end of the list to match where its at 
in your insertQuery()

##########
File path: traffic_ops/traffic_ops_golang/deliveryservice/deliveryservices.go
##########
@@ -822,6 +825,7 @@ func updateV30(w http.ResponseWriter, r *http.Request, inf 
*api.APIInfo, reqDS *
                &ds.RegionalGeoBlocking,
                &ds.RemapText,
                &ds.RoutingName,
+               &ds.ServiceCategoryId,

Review comment:
       this line should be moved to the end of the list right above `&ds.ID` to 
match the updateDSQuery()




----------------------------------------------------------------
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]


Reply via email to