Hello,
I try to show the massupdate form only for administrators (is_admin($current_user)). I've searched in the forum and test some methods to hide this form (in include/listview) but it doesn't work.
Thanks for you help.
SugarCRM 4.5.0f
Hello,
I try to show the massupdate form only for administrators (is_admin($current_user)). I've searched in the forum and test some methods to hide this form (in include/listview) but it doesn't work.
Thanks for you help.
SugarCRM 4.5.0f
Last edited by pstrosser; 2006-12-12 at 06:30 AM.
Hi,
Nobody could help me please ?
Thanks a lot.
OK, i've solved my problem : using the kbrill's answer, i've modified the include/massupdate.php file to add
if (!is_admin($current_user)) {
return '';
}
in the beginning of the getMassUpdateForm().
Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks