This only happens when you have "My Calls" checked. So it must be something with:
PHP Code:
$lvsParams = array(
'custom_from' => ' INNER JOIN calls_users ON calls.id = calls_users.call_id ',
'custom_where' => ' AND calls_users.deleted = 0 AND (calls.assigned_user_id = \'' . $current_user->id . '\' OR calls_users.user_id = \'' . $current_user->id . '\') ',
'distinct' => true
);
in MyCallsDashlet.php. Having these params set must cause it to create a different list query. Will have more info later along with a resolution.
Bookmarks