[Vtigercrm-developers] Changing default view for all users

Preexo preexo at googlemail.com
Fri Jan 15 03:12:11 GMT 2016


its4you wrote
> How can I set different Customview for me and for another users.
> Or I'm missing something ?
> 
> Matus

The system does offer this via the table vtiger_user_module_preferences. It
actually works quite well, until it hits the method isPermittedCustomView in
the file modules/CustomView/CustomView.php, because there it needs an
"action" called "ListView", which should be present in $_REQUEST, otherwise
it doesn't permit the default view for that user which came from the table
vtiger_user_module_preferences. I don't know why, but for my users, they
never reach this method with anything set in $_REQUEST['action'], so it
hasn't worked for me so far... If anyone could explain why the method
isPermittedCustomView checks for a action in $_REQUEST, I would be
flattered! :)



--
View this message in context: http://vtiger-crm.2324883.n4.nabble.com/Changing-default-view-for-all-users-tp17883p18186.html
Sent from the vtigercrm-developers mailing list archive at Nabble.com.


More information about the vtigercrm-developers mailing list