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

    
https://github.com/apache/incubator-trafficcontrol/pull/751#discussion_r130420173
  
    --- Diff: traffic_ops/app/lib/API/DeliveryServiceRegexes.pm ---
    @@ -27,12 +28,18 @@ use Validate::Tiny ':all';
     sub all {
        my $self = shift;
     
    +   my $tenant_utils = Utils::Tenant->new($self);
    +   my $tenants_data = $tenant_utils->create_tenants_data_from_db();
    +
        my $rs;
    -   if ( &is_privileged($self) ) {
    +   if ( &is_privileged($self) or $tenant_utils->ignore_ds_users_table()) {
    --- End diff --
    
    OK.
    Done in the relevant PR (which is pending the parameters fix PR)
    I suggest this PR will be pulled and we will fix for all commits in the 
relevant PRs


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