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

Remove button not working on child grid view #164

Closed
anncatton opened this issue Apr 12, 2021 · 1 comment
Closed

Remove button not working on child grid view #164

anncatton opened this issue Apr 12, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@anncatton
Copy link
Contributor

Several issues to fix:

  1. the X button on the grid view of a child table is overlapped by the display component, so isn't accessible.
  2. the remove function when accessible is broken (fails with Cannot read property 'id' of undefined)
  3. the remove button should show on these entities only:
  • children of a group: users, applications, permissions (shown as policies)
  • children of a user: groups, applications
  • children of an application: users, groups
  • children of a policy: users, groups
    Right now the remove button shows on all entities whether there is a valid remove function or not. The button should not show if the remove action is not available.
@anncatton anncatton added the wontfix This will not be worked on label May 12, 2022
@anncatton
Copy link
Contributor Author

The grid view is going to be removed in #192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant