-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Describe the bug
When creating an Exchange and you happen to select a vhost for which your user doesn't have permissions to create exchanges on you get back an message from backend saying that you dont have permissions and then the whole form is reset.
Create a new vhost called test
Create a new user that has full access to test but not /
Create an Topic exchange on / with name "My Exchange" and enter { "x-alternate-exchange": "X" }
When you submit you get a permissions warning but now the whole form is reset so you have to fill everything in again.
Ideas for solving this
- Dont reset the form
- Only show the vhosts that you have permissions to create exchanges on in the "Add exchange form"
Reactions are currently unavailable