You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/08/13 16:59:34 UTC

[GitHub] [trafficcontrol] srijeet0406 commented on a change in pull request #4910: Prevents DS regexes with non-consecutive order from generating invalid CRconfig

srijeet0406 commented on a change in pull request #4910:
URL: https://github.com/apache/trafficcontrol/pull/4910#discussion_r470094557



##########
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:
       Fixed now. TP stops it by default, so I missed changing it in the API.




----------------------------------------------------------------
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:
users@infra.apache.org