<div dir="ltr">Jung,<div><br></div><div>You are right the computation of EntityName generally happens as part of after-save handler.</div><div><br></div><div><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">getEntityName($module, $idList, TRUE); - would make it happen on each call - this would impact the performance as the data-set grows overtime.</span><br>

</div><div><br></div><div>Regards,</div><div>Prasad</div></div><div class="gmail_extra"><br clear="all"><div><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><b>Connect with us on: </b><a href="http://twitter.com/vtigercrm" style="color:rgb(0,0,204)" target="_blank">Twitter</a> <b>I</b> <a href="http://www.facebook.com/pages/vtiger/226866697333578?sk=wall" style="color:rgb(0,0,204)" target="_blank">Facebook</a> <b>I</b> <a href="https://blogs.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Blog</a><b> I</b> <a href="http://wiki.vtiger.com/index.php/Main_Page" style="color:rgb(0,0,204)" target="_blank">Wiki</a> <b>I </b><a href="https://discussions.vtiger.com" style="color:rgb(0,0,204)" target="_blank">Forums </a><b>I</b> <a href="https://www.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Website</a></span></div>


<br><br><div class="gmail_quote">On Fri, May 16, 2014 at 12:42 PM, Jung Péter <span dir="ltr"><<a href="mailto:pjung@parola.hu" target="_blank">pjung@parola.hu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
I have found a workaround, that I believe is safe to apply:<br>
In file /include/ListView/ListViewController.php at line 89 a 3rd argument need to be passed, with value TRUE:<br>
        $nameList = getEntityName($module, $idList, TRUE);<br>
<br>
This third argument ($compute) defaults to FALSE, and seems to be a sort of optimization.<br>
<br>
Sincerley,<br>
                Peter Jung<br>
                Parola Kft<br>
<br>
> -----Eredeti üzenet-----<br>
> Feladó: Siam Translations LLP<br>
> Küldve: 2014. április 18. 16:39<br>
> Tárgy: [Vtigercrm-developers] little bug?<br>
<div class="">><br>
> Projects module<br>
> When in the list view I clicked name of organization from the column<br>
> "Related to" I was landing in the contact module with empty contact. I<br>
> deleted this contact and now when I click the same organization form the<br>
> column "Related to" I got: The record you are trying to view has been<br>
> deleted.<br>
<br>
<br>
<br>
</div>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a></blockquote></div><br></div>