hi
You need to call builder.ConfigureYourModule();
in the OnModelCreating
method of your application DbContext
class.
hi
You can inject the IPermissionStore
and set a breakpoint to see its instance.
Or you can share a test project with your PermissionStore. I will download and check it.
liming.ma@volosoft.com
Thanks
hi
What is the instance of IPermissionStore
if you get it from DI?
hi
This may be a problem caused by the async API.
I will check it later.
You can't use dynamic localization texts from database without DynamicLocalizationResourceContributor
hi fjinc
You can use IIdentitySessionRepository
to remove all user sessions.
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentitySessionRepository.cs#L90-L94
hi
You can consider adding a component to the layout/global page to use Singalr. in this way, you can globally listen to the event and show some notifications.
https://abp.io/docs/latest/framework/ui/blazor/layout-hooks