You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/12/21 17:24:28 UTC

[GitHub] mitchell852 opened a new issue #3159: GET /api/tenants ordering changed from Perl to Go

mitchell852 opened a new issue #3159: GET /api/tenants ordering changed from Perl to Go
URL: https://github.com/apache/trafficcontrol/issues/3159
 
 
   In perl the ordering of the tenants response looked like this:
   
   ```root
   root.1
   root.1.1
   root.1.2
   root.2
   root.2.1
   root.2.2```
   
   ^^ it was ordered to represent the hierarchy starting with the root tenant
   
   now it appears to be ordered like this:
   
   ```root
   root.1
   root.2
   root.1.1
   root.1.2
   root.2.1
   root.2.2```
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services