mitchell852 commented on a change in pull request #4910:
URL: https://github.com/apache/trafficcontrol/pull/4910#discussion_r470052149
##########
File path:
traffic_ops/traffic_ops_golang/deliveryservicesregexes/deliveryservicesregexes.go
##########
@@ -332,6 +342,18 @@ func validateDSRegexType(tx *sql.Tx, typeID int) error {
return err
}
+func validateDSRegexOrder(tx *sql.Tx, dsID int, order int) error {
Review comment:
looks like i can create a regex with order < 0. want to fix that?
----------------------------------------------------------------
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]