[Vtigercrm-commits] [vtiger-commits] r9093 - /vtigercrm/trunk/modules/Dashboard/Entity_charts.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Aug 24 01:00:13 EDT 2006
Author: richie
Date: Wed Aug 23 23:00:09 2006
New Revision: 9093
Log:
changes made to fix the dashboard issue --Minnie
Modified:
vtigercrm/trunk/modules/Dashboard/Entity_charts.php
Modified: vtigercrm/trunk/modules/Dashboard/Entity_charts.php
==============================================================================
--- vtigercrm/trunk/modules/Dashboard/Entity_charts.php (original)
+++ vtigercrm/trunk/modules/Dashboard/Entity_charts.php Wed Aug 23 23:00:09 2006
@@ -282,7 +282,7 @@
if($graph_for == "accountid") $graph_for = "account_id";
if($module == "Home")
- $link_val="index.php?module=".$name."&action=index&search_field=assigned_user_id&searchtype=BasicSearch&query=true&type=entchar&search_text=".$current_user->user_name;
+ $link_val="index.php?module=".$name."&action=ListView&search_field=assigned_user_id&searchtype=BasicSearch&query=true&type=entchar&search_text=".$current_user->user_name;
else
$link_val="index.php?module=".$module."&action=index&search_text=".$name."&search_field=".$graph_for."&searchtype=BasicSearch&query=true&type=entchar";
@@ -487,7 +487,7 @@
$sHTML .= render_graph($tmp_dir."hor_".$cache_file_name,$html_imagename."_hor",$cnt_val,$name_val,$width,$height,$left,$right,$top,$bottom,$title,$target_val,"horizontal");
-//Commented by Minnie -- same content displayed in to graphs
+//Commented by Minnie -- same content displayed in two graphs
/*$sHTML .= "</td>
</tr>
<tr>
More information about the vtigercrm-commits
mailing list