nic-chen opened a new pull request #1063:
URL: https://github.com/apache/apisix-dashboard/pull/1063


   Please answer these questions before submitting a pull request
   
   - Why submit this pull request?
   - [x] Bugfix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   fix #1041
   ___
   ### Bugfix
   - Description
   
   When using Admin API to create resources such as route, the ID may not be 
placed in the content body. 
   Manager API uses ID as the key, and will consider all data without ID value 
in the content body to be the same record, so that only one record is displayed 
and the others are not displayed.
   
   - How to fix?
   
   when a resource without ID value in the content body, get ID from resource 
key.
   
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to