[Vtigercrm-commits] [vtiger development] #7489: Outlook plugin - Date of attached E-Mails incorrectly set

vtiger development vtiger-tickets at trac.vtiger.com
Tue Aug 7 08:17:08 PDT 2012


#7489: Outlook plugin - Date of attached E-Mails incorrectly set
----------------------------+-----------------------------------------------
 Reporter:  nicolasgasnier  |       Owner:  developer 
     Type:  defect          |      Status:  new       
 Priority:  major           |   Milestone:  Unassigned
Component:  vtigercrm       |     Version:  5.3.0     
 Severity:  Medium          |    Keywords:            
----------------------------+-----------------------------------------------
 When attaching an e-mail with the Outlook Plugin, the date of the E-Mail
 is incorrectly set (at least for french outlook).

 It seems to be due to an incorrect date mask used in the webservice call
 when saving the e-mail. The plugin sends something like YY-MM-DD where the
 CRMEntity expects DD-MM-YYYY (based on user settings). The call to
 getValidDBInsertDateValue then produce a date with year and date inverted
 (DD-MM-YY) when inserting into mysql.

 Note that version 5.4.0 has the problem too.

 I made a workaround in CRMEntity that handles the case. It works for me
 but it may not be a very generic correction. I have included the patch.

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



More information about the vtigercrm-commits mailing list