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:19:36 UTC

[GitHub] incubator-trafficcontrol pull request #766: [TC-461] DS steering tenancy che...

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

    https://github.com/apache/incubator-trafficcontrol/pull/766#discussion_r131236009
  
    --- Diff: traffic_ops/app/lib/API/DeliveryService/SteeringTarget.pm ---
    @@ -29,6 +30,20 @@ sub index {
     	my $steering_id = $self->param('id');
     	my @data;
     
    +	my $tenant_utils = Utils::Tenant->new($self);
    +	my $tenants_data = $tenant_utils->create_tenants_data_from_db();
    +	my $ds = $self->db->resultset('Deliveryservice')->find( { id => $steering_id } );
    +	if ( defined($ds) ) {
    +		#TO THE REVIEWER
    --- End diff --
    
    can you take out the "to the reviewer"s


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