[Vtigercrm-developers] Filter All's fields are not updated

Jonathan Sardo sardoj at gmail.com
Mon Dec 23 13:55:29 GMT 2013


Hello,

In fact, the function is not implemented. Here a solution:

*File /vtlib/Vtiger/PackageUpdate.php*

*Replace:*



*function update_CustomView($modulenode, $moduleInstance, $customviewnode,
$filterInstance) {        // TODO Handle filter property update }*
*By:*





*function update_CustomView($modulenode, $moduleInstance, $customviewnode,
$filterInstance) {      if(empty($customviewnode) ||
empty($customviewnode->fields)) return;      $filterInstance->delete();
   $filterInstance = $this->import_CustomView($modulenode, $moduleInstance,
$customviewnode); }*
Regards,

Jonathan SARDO
[image: Images intégrées 5]


2013/12/23 Jonathan Sardo <sardoj at gmail.com>

> Hello,
>
> I found a bug on Vtiger 6:
> When you update a custom module already installed, the fields contained in
> the Filter All are not updated.
> Please, can you fix this bug?
>
> Regards,
>
> Jonathan SARDO
> [image: Images intégrées 5]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20131223/a27abc07/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 4223 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20131223/a27abc07/attachment.png>


More information about the vtigercrm-developers mailing list