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

Jonathan Sardo sardoj at gmail.com
Tue Dec 24 09:49:39 GMT 2013


Thank you for your reply, you are right.

I created a ticket there :
http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7878

Regards,

Jonathan SARDO


2013/12/24 Prasad <prasad at vtiger.com>

> 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/
>>
>
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20131224/bd22458b/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/20131224/bd22458b/attachment.png>


More information about the vtigercrm-developers mailing list