[Vtigercrm-commits] [vtiger development] #7383: Workflow 5.3.0 "Until the first time the condition is true." not working

vtiger development vtiger-tickets at trac.vtiger.com
Tue Apr 3 01:51:17 PDT 2012


#7383: Workflow 5.3.0 "Until the first time the condition is true."  not working
-----------------------+----------------------------------------------------
 Reporter:  prosenjit  |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  major      |   Milestone:  5.3.0    
Component:  vtigercrm  |     Version:  5.3.0    
 Severity:  Critical   |    Keywords:           
-----------------------+----------------------------------------------------
 Workflow "Until the first time the condition is true."  not working .

 So I modified the file
 modules/com_vtiger_workflow/VTWorkflowManager.inc

 removed the sql .
 {{{
                         $result2=$adb->pquery("SELECT * FROM
 com_vtiger_workflowtasks

                                                         INNER JOIN
 com_vtiger_workflowtask_queue

                                                         ON
 com_vtiger_workflowtasks.task_id= com_vtiger_workflowtask_queue.task_id

                                                         WHERE
 workflow_id=? AND entity_id=?",

 array($this->id,$recordId));

 }}}

 Can you please tell me what sql for ? In Previous version sql was not
 present .

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7383>
vtiger development <http://trac.vtiger.com/>
vtiger CRM



More information about the vtigercrm-commits mailing list