Problems creating new Permissions #20206
Replies: 1 comment
-
hi You can check this question: https://support.abp.io/QA/Questions/5490/Need-to-refresh-the-list-of-static-permission-definitions-without-site-reload |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when running debug, the above code can run through all but cannot get group as well as AddGroup and AddPermission, make sure access is the highest permission, please help me
namespace HQSOFT.eBiz.CoreBackend.SalesPriceCustomerPriceClasses
{
public class ReportCreatedEventHandler : ILocalEventHandler<EntityCreatedEventData>,ITransientDependency
{
}
Beta Was this translation helpful? Give feedback.
All reactions