Introduce buttons to create users, groups and roles from the respective provider #890
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a button to each of the
User
,Group
andRole
panels to trigger the creation of the given entities from the respective provider (see #947). Generally it just adds all missing entities, e.g. all users that are present in the user provider (usually Keycloak), but not in SHOGun.In addition this:
GeneralEntityRoot
for more flexible and generic support for entity specific components to render (currently only for the toolbar above the entity table, but this might be adjusted for future needs) by introducing a local context including some props that were shared between all sub components.Requires #821.
Please review @terrestris/devs.