[Vtigercrm-commits] [vtiger development] #6273: condition "Until the first time the condition is true" is not working in workflow
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Mar 30 00:22:58 PDT 2012
#6273: condition "Until the first time the condition is true" is not working in
workflow
-----------------------+----------------------------------------------------
Reporter: pratim | Owner: asha
Type: defect | Status: closed
Priority: major | Milestone: 5.2.0
Component: vtigercrm | Version: 5.3.0
Severity: Critical | Resolution: fixed
Keywords: |
-----------------------+----------------------------------------------------
Changes (by prosenjit):
* version: 5.1.0 => 5.3.0
* severity: => Critical
Comment:
Hello ,
I am using vtiger 5.3.0 and
Workflow doesn't work
"Until the first time the condition is true"
VTWorkflowManager.inc file
if change this function isCompletedForRecord , its working .
$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));
I removed this above sql and its work , can you please explain what does
this sql ?
regards
Prosenjit
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6273#comment:3>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list