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 2019/05/14 22:09:47 UTC

[GitHub] [trafficcontrol] moltzaum edited a comment on issue #2494: Multiple Go API endpoints don't return "joined" fields on PUT/POST

moltzaum edited a comment on issue #2494: Multiple Go API endpoints don't return "joined" fields on PUT/POST
URL: https://github.com/apache/trafficcontrol/issues/2494#issuecomment-492404155
 
 
   FYI The same issue exists for `profileparameters`
   ```
   {
     "alerts": [
       {
         "text": "profileParameter was created.",
         "level": "success"
       }
     ],
     "response": {
       "lastUpdated": null,
       "profile": null,
       "profileId": 1,
       "parameter": null,
       "parameterId": 4
     }
   }
   ```
   
   EDIT:
   I also found a case in the `users` endpoint where COALESCE is used, causing the `new_user` field to be null.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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