[Vtigercrm-commits] [vtiger development] #5601: Issue with new links added to My Sites
vtiger development
vtiger-tickets at trac.vtiger.com
Wed Mar 18 15:04:37 EDT 2009
#5601: Issue with new links added to My Sites
------------------------+---------------------------------------------------
Reporter: asha | Owner: prasad
Type: defect | Status: assigned
Priority: major | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val1
Resolution: | Keywords:
------------------------+---------------------------------------------------
Changes (by prasad):
* status: new => assigned
* owner: developer => prasad
Comment:
Fix: In file modules/Portal/Portal.js
{{{
function fetchContents(mode)
{
// Reloading the window is better, If not reloaded ...
mysitesArray variable needs to be updated
// using eval method on javascript.
if(mode == 'data') {
window.location.href =
'index.php?module=Portal&action=ListView&parenttab=Tools';
return;
}
$("status").style.display="inline";
...
}}}
This should fix the issue.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5601#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list