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

PermissionDefinitionProviderStep execution error #187

Open
blackWins opened this issue Sep 22, 2022 · 2 comments
Open

PermissionDefinitionProviderStep execution error #187

blackWins opened this issue Sep 22, 2022 · 2 comments

Comments

@blackWins
Copy link
Contributor

.Single(stat => stat.ToFullString().Contains("context.AddGroup"))

When content contain context.AddGroup more than one then will throw exception, we can use First replace Single .sometime It is possible to declare multiple groups.

@wakuflair
Copy link
Member

If multiple groups are defined, which group should be used?

@blackWins
Copy link
Contributor Author

Use the last one because the permission code is appended at the end.The purpose of modification is to avoid abnormal process interruption when there are multiple groups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants