You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by mitchell852 <gi...@git.apache.org> on 2017/08/03 19:16:48 UTC

[GitHub] incubator-trafficcontrol pull request #753: [TC-463] User tenancy ds assignm...

Github user mitchell852 commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/753#discussion_r129940738
  
    --- Diff: traffic_ops/app/lib/Utils/Tenant.pm ---
    @@ -224,6 +224,15 @@ sub is_ds_resource_accessible {
         return $self->_is_resource_accessable( $tenants_data, $resource_tenancy);
     }
     
    +sub is_ds_resource_accessible_to_tenant {
    +    my $self             = shift;
    +    my $tenants_data     = shift;
    +    my $resource_tenancy = shift;
    +    my $user_tenancy = shift;
    +
    +    return $self->_is_resource_accessable_to_tenant( $tenants_data, $resource_tenancy, $user_tenancy);
    +}
    +
     sub ignore_ds_users_table {
    --- End diff --
    
    ignore_ds_users_table() is going away, right?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---