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


   Please answer these questions before submitting a pull request
   
   - Why submit this pull request?
   - [x] Bugfix
   - [ ] New feature provided
   - [ ] Improve performance
   - [ ] Backport patches
   
   - Related issues
   
   #1595
   
   ___
   ### Bugfix
   - Description
   
   When creating route, server and upstream in the Dashboard, the FE queries 
whether the same name exists through API, and does not run the addition if it 
exists. But the backend lacks this limitation.
   
   
   - How to fix?
   
   Add a judgment on whether the name exists in the backend, if it exists, it 
is not allowed to create or update.
   
   


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