Merge pull request #582 from julceslauhub/master
Change the order of the execution of the actions to prevent that a problem in the plugin blocks the other actions
This commit is contained in:
@@ -218,10 +218,10 @@ function processWorkspace()
|
||||
resendEmails();
|
||||
unpauseApplications();
|
||||
calculateDuration();
|
||||
executePlugins();
|
||||
executeEvents($sLastExecution);
|
||||
executeScheduledCases();
|
||||
executeUpdateAppTitle();
|
||||
executePlugins();
|
||||
} catch (Exception $oError) {
|
||||
saveLog("main", "error", "Error processing workspace : " . $oError->getMessage() . "\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user