[Vtigercrm-developers] Filter All's fields are not updated
Prasad
prasad at vtiger.com
Tue Dec 24 03:17:08 GMT 2013
Please file it on trac.vtiger.com - deleting and adding new customview is
not a good solution as the filter would be used as reference at many places.
Regards,
Prasad
*Connect with us on: *Twitter <http://twitter.com/vtigercrm> *I*
Facebook<http://www.facebook.com/pages/vtiger/226866697333578?sk=wall>
*I* Blog <https://blogs.vtiger.com/>* I*
Wiki<http://wiki.vtiger.com/index.php/Main_Page>
*I *Forums <https://discussions.vtiger.com>*I*
Website<https://www.vtiger.com/>
On Mon, Dec 23, 2013 at 7:25 PM, Jonathan Sardo <sardoj at gmail.com> wrote:
> 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]
>>
>
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20131224/b88d9078/attachment-0001.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/20131224/b88d9078/attachment-0001.png>
More information about the vtigercrm-developers
mailing list