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 a module defines permissions, it creates a class derived from the PermissionDefinitionProvider, defines permissions and registers the class to the PermissionOptions like that:
When a module defines permissions, it creates a class derived from the
PermissionDefinitionProvider
, defines permissions and registers the class to thePermissionOptions
like that:From now, no need to explicitly use DefinitionProviders.Add since ABP automatically discovers and adds definition providers to that list.
It is similar for the setting definition providers.
So, we need to edit templates to not use explicit DefinitionProviders.Add configurations.
The text was updated successfully, but these errors were encountered: