Github user nir-sopher commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafficcontrol/pull/751#discussion_r130237388
  
    --- Diff: traffic_ops/app/lib/API/DeliveryServiceRegexes.pm ---
    @@ -222,6 +262,18 @@ sub delete {
                return $self->forbidden();
        }
     
    +   my $ds = $self->db->resultset('Deliveryservice')->find( { id => $ds_id 
} );
    +   if ( !defined($ds) ) {
    +           #allow deletion if the ds is not valid
    --- End diff --
    
    If sue to some bug or inconsitency - the a regex exists but the parent DS 
does not, we cannot check tenancy.
    However we want to allow the deletion of the regex - which for itself 
exists.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to