Skip to content
Snippets Groups Projects

Max scheduled workflow limit configured as Globals

Merged Uma requested to merge uma.s/vtigercrm:max_scheduled_workflows into master
+ 2
5
Compare changes
  • Side-by-side
  • Inline
Files
@@ -111,8 +111,8 @@ class VTWorkflowManager{
* @return int
*/
function getMaxAllowedScheduledWorkflows() {
global $max_scheduled_workflows;
return $max_scheduled_workflows;
vglobal('max_scheduled_workflows', 10);
return vglobal('max_scheduled_workflows');
}
function getWorkflowsForModule($moduleName){
Loading