You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short Description:
If you try to create two API Users with the same name, then the an empty row is being added to the table. Reloading the page fixes that issue.
Steps to reproduce:
Open the page with PolyDeploy module in edit mode
Navigate to the Manage page from the ActionMenu
Add a user with the name TestUser (this generates the keys)
Try to add a user with the same name TestUser.
Outcome: Minor UI bug
An empty row is added to the [API Users] table because the angular controller is adding an empty [API User] when the database fails to add other API Users with existing names due to a database constraint.
Workaround:
Refreshing the page removes the empty row,
The text was updated successfully, but these errors were encountered:
Short Description:
If you try to create two API Users with the same name, then the an empty row is being added to the table. Reloading the page fixes that issue.
Steps to reproduce:
Outcome: Minor UI bug
Workaround:
The text was updated successfully, but these errors were encountered: