[Vtigercrm-commits] [vtiger development] #6453: status for custom events is not displayed properly at calendars list view
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Dec 3 01:53:33 EST 2009
#6453: status for custom events is not displayed properly at calendars list view
-----------------------+----------------------------------------------------
Reporter: frankpie | Owner: developer
Type: patch | Status: new
Priority: major | Milestone: 5.2.0
Component: vtigercrm | Version: 5.1.0
Keywords: |
-----------------------+----------------------------------------------------
if you have created a custom event, the status of this event is displayed
in the list view as not accessible.
Fix:
alt ListViewUtils.php arround line 1483 replace:
if(($temp_acttype == 'Meeting' || $temp_acttype == 'Call') && $fieldname
=="taskstatus")
by
if(($temp_acttype != 'Task') && $fieldname =="taskstatus")
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6453>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list