-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
services names swapped #474
Comments
Hi @goodbyedavid , thanks for the bug report! To address this issue we'll need a little more information:
I suspect that this is simply a UI bug, and that the application configuration under the hood is still as you expect: but answers to these questions will help us get to the bottom of the issue. |
This commit improves on multiple issues with the existing application configuration page in the admin UI: 1. deleting a service now actually deletes the errors for that service from the top banner 2. creating a new service automatically opens the accordion banner for that new service 3. the validation error banner won't be shown for new services until any error is made (assuming there are not existing errors in other services) 4. the accordion name is now controlled directly by the form, rather than an alternate state 4/ in the above list should also address awslabs#474, but until we have reproduction we cannot know for sure.
#477 may fix this issue, but until we have reproduction we cannot know for sure. @goodbyedavid have you been able to reproduce this issue? |
* Improve Application Configuration UX This commit improves on multiple issues with the existing application configuration page in the admin UI: 1. deleting a service now actually deletes the errors for that service from the top banner 2. creating a new service automatically opens the accordion banner for that new service 3. the validation error banner won't be shown for new services until any error is made (assuming there are not existing errors in other services) 4. the accordion name is now controlled directly by the form, rather than an alternate state 4/ in the above list should also address #474, but until we have reproduction we cannot know for sure. * small pre-PR cleanup * Selected tier should be default tier on appconfig page --------- Co-authored-by: PoeppingT <[email protected]>
After creating two services, I defined two tiers for each service.
Once the tiers were created, it is noticed service names were swapped.
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: