You are not logged in.
Pages: 1
Topic closed
Hello,
I have a problem with the rightmanagement of the activity plugin. I selected for "Display activities of all" "no access". That works for reports and for the list of activitys but NOT for the user profile. If I go to administration -> user -> plugin -> then I can select activity and I can see all the user activitys, which i shouldn't see.
I hope somebody understand me and can help me!
Thanks a lot!
Stefanie
Offline
Offline
Activity Plugin Version 1.4
GLPI version 0.71.3
Offline
yes you're right : replace in setup.php :
function plugin_headings_activity_user($type,$ID){
echo "<div align='center'>";
echo plugin_activity_showAssociatedUser($ID);
echo "</div>";
}
function plugin_headings_activity_user($type,$ID){
echo "<div align='center'>";
if(plugin_activity_haveRight("all_users","1"))
echo plugin_activity_showAssociatedUser($ID);
echo "</div>";
}
Xavier Caillaud
Blog GLPI Infotel
Offline
great it works! Thanks a lot!
Offline
Offline
Pages: 1
Topic closed