Merge pull request #5571 from jersiovic/patch-6

Fixed #5140 Recipe from Migrations didn't work
This commit is contained in:
Sébastien Ros 2015-08-26 15:59:03 -07:00
commit a0e78f2eb0

View File

@ -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