OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Tenant activation event should be raised after the pipeline has been build

Open gvkries opened this issue 5 years ago • 3 comments

When using IModularTenantEvents, the ActivatedAsync() method is called before the tenant pipeline has been build. This makes it impossible to use the event for initializing modules that rely on the pipeline being initialized.

gvkries avatar Aug 28 '18 11:08 gvkries