mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-31 20:51:26 +08:00
Merge pull request #5571 from jersiovic/patch-6
Fixed #5140 Recipe from Migrations didn't work
This commit is contained in:
commit
a0e78f2eb0
@ -143,6 +143,10 @@ namespace Orchard.Environment {
|
||||
catch (Exception e) {
|
||||
Logger.Error(e, "A tenant could not be started: " + settings.Name);
|
||||
}
|
||||
while (_processingEngine.AreTasksPending()) {
|
||||
Logger.Debug("Processing pending task after activate Shell");
|
||||
_processingEngine.ExecuteNextTask();
|
||||
}
|
||||
});
|
||||
}
|
||||
// no settings, run the Setup
|
||||
|
Loading…
Reference in New Issue
Block a user