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

    
https://github.com/apache/incubator-trafficcontrol/pull/398#discussion_r109293617
  
    --- Diff: traffic_ops/app/lib/API/User.pm ---
    @@ -174,7 +179,9 @@ sub update {
                registration_sent               => ( 
$params->{registrationSent} ) ? 1 : 0,
                role                                    => $params->{role},
                state_or_province               => $params->{stateOrProvince},
    -           username                                => $params->{username}
    +           username                                => $params->{username},
    +           tenant_id                               => $tenant_id
    --- End diff --
    
    "There is no limitation currently forcing a single root tenant."
    
    actually, there is, right? i mean, you can't create a tenant thru the api 
with parent=null. can you? i didn't think you could. i mean, technically, 
someone can do an insert on the tenant table directly to create multiple "root" 
tenants but they shouldn't be able to via the tenant 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