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
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.
The text was updated successfully, but these errors were encountered:
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
AbpHelper.CLI/src/AbpHelper.Core/Steps/Abp/ModificationCreatorSteps/CSharp/PermissionDefinitionProviderStep.cs
Line 21 in 95c8f21
When content contain
context.AddGroup
more than one then will throw exception, we can useFirst
replaceSingle
.sometime It is possible to declare multiple groups.The text was updated successfully, but these errors were encountered: