mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#21167: Fixing that Roles tried to access permissions of a feature before its migrations could run.
Work Item: 21167
This commit is contained in:
@@ -25,10 +25,10 @@ namespace Orchard.Roles {
|
||||
public ILogger Logger { get; set; }
|
||||
|
||||
void IFeatureEventHandler.Installing(Feature feature) {
|
||||
AddDefaultRolesForFeature(feature);
|
||||
}
|
||||
|
||||
void IFeatureEventHandler.Installed(Feature feature) {
|
||||
AddDefaultRolesForFeature(feature);
|
||||
}
|
||||
|
||||
void IFeatureEventHandler.Enabling(Feature feature) {
|
||||
|
Reference in New Issue
Block a user