rimashah25 commented on code in PR #7073:
URL: https://github.com/apache/trafficcontrol/pull/7073#discussion_r978185408
##########
traffic_ops/traffic_ops_golang/server/servers.go:
##########
@@ -1631,7 +1631,27 @@ func Update(w http.ResponseWriter, r *http.Request) {
api.HandleErr(w, r, tx, errCode, userErr, sysErr)
return
}
- api.WriteRespAlertObj(w, r, tc.SuccessLevel, "Server updated",
srvr.ServerV40)
+ if inf.Version.Major >= 5 {
Review Comment:
Need to add `ORDER BY priority asc` in selectQuery in line 140.
--
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]