[Vtigercrm-commits] [vtiger development] #7324: Date validation of Workflow task event

vtiger development vtiger-tickets at trac.vtiger.com
Fri Jan 13 08:19:32 PST 2012


#7324: Date validation of Workflow task event
------------------------+---------------------------------------------------
 Reporter:  janberend   |       Owner:  developer                                
     Type:  defect      |      Status:  new                                      
 Priority:  unassigned  |   Milestone:  Unassigned                               
Component:  vtigercrm   |     Version:  5.3.0                                    
 Severity:  Medium      |    Keywords:  event, workflow, task, starttime, endtime
------------------------+---------------------------------------------------
 When adding a task event in a workflow there is a check between startdate
 and enddate.
 This check is not correct.


 modules\com_vtiger_workflow\resources\createeventtaskscript.js
 line 74

 if(parse12HoursTime(startTime)>=parse12HoursTime(startTime)){

 must be:
 if(parse12HoursTime(startTime)>=parse12HoursTime(endTime)){


 Solution is attached as unified diff

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



More information about the vtigercrm-commits mailing list