mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Working on feature activation lifecycle
Rationalizing some record names Adding a shell feature concept, with Install and Enable states of rising/up/falling/down Host has capability of firing a named event with an explicit configuration - needed for controlled execution of rising/falling state changes notifications --HG-- branch : dev
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Orchard.Specs.Bindings {
|
||||
var descriptor = descriptorManager.GetShellDescriptor();
|
||||
descriptorManager.UpdateShellDescriptor(
|
||||
descriptor.SerialNumber,
|
||||
descriptor.EnabledFeatures.Concat(new[] { new ShellFeature { Name = name } }),
|
||||
descriptor.Features.Concat(new[] { new ShellFeature { Name = name } }),
|
||||
descriptor.Parameters);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user