We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
app-user's UserTreeGridItem.ts The enum UserTreeGridItemType has 5 roles ID_PROVIDER, PRINCIPAL, GROUPS, USERS, ROLES
lib-admin-ui's PrincipalType.ts Uses 3 roles. USER, GROUP, ROLE
Remove the PRINCIPAL role and add the ID_PROVIDER to the principalType. Then use the principalType so it is not confused with different enum type.
The text was updated successfully, but these errors were encountered:
Branch issue-725-fix already fixed a enum conflict.
Sorry, something went wrong.
No branches or pull requests
app-user's UserTreeGridItem.ts
The enum UserTreeGridItemType has 5 roles
ID_PROVIDER,
PRINCIPAL,
GROUPS,
USERS,
ROLES
lib-admin-ui's PrincipalType.ts
Uses 3 roles.
USER,
GROUP,
ROLE
Remove the PRINCIPAL role and add the ID_PROVIDER to the principalType.
Then use the principalType so it is not confused with different enum type.
The text was updated successfully, but these errors were encountered: