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

    
https://github.com/apache/incubator-trafficcontrol/pull/644#discussion_r124659823
  
    --- Diff: traffic_ops/app/lib/API/Tenant.pm ---
    @@ -121,7 +115,12 @@ sub update {
                }       
        }       
     
    -   if ( !defined( $params->{parentId}) && !$self->isRootTenant($id) ) {
    +   my $tenant_utils = UI::TenantUtils->new($self);
    +   my $tenants_data = $tenant_utils->create_tenants_data_from_db(undef);
    +
    --- End diff --
    
    yes, i would say the root tenant can't be changed in any way. you can't 
change it's name, or it's active flag or it's parent (which has to be null). 
that is a record in the database that can't be changed at all thru the api.


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