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
the X button on the grid view of a child table is overlapped by the display component, so isn't accessible.
the remove function when accessible is broken (fails with Cannot read property 'id' of undefined)
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.
The text was updated successfully, but these errors were encountered:
Several issues to fix:
X
button on the grid view of a child table is overlapped by the display component, so isn't accessible.Cannot read property 'id' of undefined
)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.
The text was updated successfully, but these errors were encountered: