[Vtigercrm-developers] after migration to 6.3 email related are shown uncorrectly

Alan Bell alan.bell at libertus.co.uk
Tue Aug 25 15:01:08 GMT 2015


yeah, I mentioned this a while back. Bug in modules/Emails/Emails.php, 
same thing in the quotes module I think.

-------- Forwarded Message --------
Subject: 	emails related lists in vtiger 6.3
Date: 	Fri, 03 Jul 2015 13:57:37 +0100
From: 	Alan Bell <alan.bell at libertus.co.uk>
To: 	vtigercrm-developers at lists.vtigercrm.com



in 6.3.0 there has been a change to the function getRelatedListFields in
modules/Vtiger/models/Module.php, it now expects columnname to be the
[1]th element of the array that is in list_fields.

In modules/Emails/Emails.php there is:

         var $list_fields = Array(
                 'Subject' => Array('activity' => 'subject'),
                 'Related to' => Array('seactivityrel' => 'parent_id'),
                 'Date Sent' => Array('activity' => 'date_start'),
         'Time Sent' => Array('activity' => 'time_start'),
                 'Assigned To' => Array('crmentity', 'smownerid'),
                 'Access Count' => Array('email_track', 'access_count')
         );

this has been like that for a long time. Note carefully the last two
arrays have a comma, and the previous ones have =>
These things together are breaking the related list of emails on
organisations and contacts and so on, so that you only see the time
sent, assigned to and access count columns.

Alan.




On 25/08/15 15:50, Ranieri wrote:
> yes for me not show right date ... always displayed 00:00:00 ...
>
> 2015-08-25 11:39 GMT-03:00 Simone Travaglini 
> <simonetravaglini at gmail.com <mailto:simonetravaglini at gmail.com>>:
>
>     Hi after migration to 6.3 now related list of email are not shown
>     correctly, is not show subject and date, but only hour, assigned
>     to and counter.
>     Anyone faced same problem?
>
>     -- 
>     Simone Travaglini
>     328 5499846
>     Linkedin: Simone Travaglini
>
>
>     Rispetta l'ambiente: non stampare questa mail se non ti è
>     veramente necessario!
>
>     _______________________________________________
>     http://www.vtiger.com/
>
>
>
>
> _______________________________________________
> http://www.vtiger.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150825/b47eda56/attachment.html>


More information about the vtigercrm-developers mailing list