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
Adjust the exported components from the RBAC fronttend plugin
What is the current behavior?
Currently the RBAC frontend plugin exposes one component that contains the entire page. To improve the usage of these views for a dynamic front end it would be good to add some additional exposed components, as currently when trying to mount the available page component:
What will the new behavior be?
The existing page component will still be available, and an additional component will be available that contains only the RBAC plugin components excluding the surrounding page and header components.
The text was updated successfully, but these errors were encountered:
With some tweaks mostly on the application shell side I have several cases now working well, for example:
And then clicking "Create":
Or looking at a role:
Also the delete dialog appears to work okay:
Clicking on "Edit" however:
This case also happens when clicking "Cancel" after clicking "New" and also when clicking the "RBAC" link on the Overview page. Some of the other edit/pencil icons may behave the same.
With some adjustments to the plugin to replace absolute URLs with relative URLs this is now working quite nicely, if I click on the "Edit" pencil icon for a role now I'm routed to:
Clicking "Cancel" in the above brings me back to the table:
From this page I can get to the overview:
Clicking on the pencil icon in "Users and groups" brings me to:
And clicking on the pencil icon in "Permission Policies" brings me to:
One last item to address is this link:
gashcrumb
changed the title
RBAC - Expose an additional UI component to support more fine grained composition
RBAC - Discover and implement adjustments needed for the plugin to work in the showcase provided "Administration" tab
Feb 7, 2024
What do you want to improve?
Adjust the exported components from the RBAC fronttend plugin
What is the current behavior?
Currently the RBAC frontend plugin exposes one component that contains the entire page. To improve the usage of these views for a dynamic front end it would be good to add some additional exposed components, as currently when trying to mount the available page component:
What will the new behavior be?
The existing page component will still be available, and an additional component will be available that contains only the RBAC plugin components excluding the surrounding page and header components.
The text was updated successfully, but these errors were encountered: