HI, i have this problem:
Only users under "Marketing administrator role" appears the error "No data" in dashlet SugarFeed.
For other users it all works.
why?
Sugar Professional 6.0.1
IIS7
Windows server 2008 R2 64bit
the role:
![]()
HI, i have this problem:
Only users under "Marketing administrator role" appears the error "No data" in dashlet SugarFeed.
For other users it all works.
why?
Sugar Professional 6.0.1
IIS7
Windows server 2008 R2 64bit
the role:
![]()
Hello,
Yes it is seems a product bug. The solution is change 1 line in file
modules/SugarFeed/Dashlets/SugarFeedDashlet/SugarFeedDashlet.php
toPHP Code:$lvsParams['custom_from'] = ' LEFT JOIN team_sets_teams ON team_sets_teams.team_set_id = sugarfeed.team_set_id LEFT JOIN team_memberships ON jt0.id = team_memberships.team_id AND team_memberships.user_id = "'.$current_user->id.'" AND team_memberships.deleted = 0 ';
Will report a bug.PHP Code:$lvsParams['custom_from'] = ' LEFT JOIN team_sets_teams ON team_sets_teams.team_set_id = sugarfeed.team_set_id LEFT JOIN team_memberships ON tj.id = team_memberships.team_id AND team_memberships.user_id = "'.$current_user->id.'" AND team_memberships.deleted = 0 ';
Thumbs up.
Skype ID - david__boris
SugarForge Projects:
WYSIWYG now in studio!(Version 1.1 is out now!)
Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.
Fab Tools! > Dashlet Not Followed Opportunities for past six Months
THX it work![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks