Skip to content
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

Management Settings page - API Users - minor UI issue #56

Open
PCStefan opened this issue May 15, 2019 · 0 comments
Open

Management Settings page - API Users - minor UI issue #56

PCStefan opened this issue May 15, 2019 · 0 comments

Comments

@PCStefan
Copy link

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:

  1. Open the page with PolyDeploy module in edit mode
  2. Navigate to the Manage page from the ActionMenu
  3. Add a user with the name TestUser (this generates the keys)
  4. 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,

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant