#223 - Option "Users list filter" causes a bug in activities dashlet on homepage
Since I checked the users list filter in security suite (to limit the possibility to assign to users outside my current logged in user teams), activities dashlets cotninues to show non-team members rows but without name :
for example :
Instead of "administrator has created ..." it prints "has created..."
This is not a side effect post install on former records cause it continues to act on new record creation.
For information Accounts/Contacts modules are not set to group restricted access, only activities are (meetings, calls, ....)
11 years ago
Confirmed. Key point for testing is the Accounts/Contacts rights being opened beyond group access. Looking into a solution.
11 years ago
Fixed in 6.5.15. Affected function is get_user_array in include/utils.php. Adds a check to not restrict if module is Home and action is DynamicAction.