Hi,
I've been a bad boy and manually edited the /include/MVC/View/views/view.list.php on Sugarcrm 5.1:
$this->params = array('massupdate' => false) in order to have no more "massupdate" in my modules.
Therefore i encountered several issues on the "delete","export" of the listviews and i assume that it is related to this change in massupdate.
So i would like to come back and revert false to true and do upgrade safe changes for each module in a custom/module/view/view.list.php !
My problem is now that i've reverted $this->params = array('massupdate' => false) to $this->params = array('massupdate' => true), massupdate doesn't appear anymore eventhough i used the repair function in the admin panel.
Is there something i could do ?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks