<div dir="ltr"><div><div><div>Hi <br><br></div>To fix the the <a href="http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8602">above</a> issue.   <br></div><br>In  modules/Reports/models/Chart.php    replace Line no 280 with<br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">    $listURL = $primaryModuleModel->getListViewUrlWithAllFilter();<br></blockquote><div><br><br></div><div>and  add the below two api's to  modules/Vtiger/models/Module.php <br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">    public function getListViewUrlWithAllFilter(){<br>        return $this->getListViewUrl().'&viewname='.$this->getAllFilterCvidForModule();<br>    }<br><br><br>    public function getAllFilterCvidForModule() {<br>        $db = PearDatabase::getInstance();<br><br>        $result = $db->pquery("SELECT cvid FROM vtiger_customview WHERE viewname = 'All' AND entitytype = ?",<br>                    array($this->getName()));<br>        if ($db->num_rows($result)) {<br>            return $db->query_result($result, 0, 'cvid');<br>        }<br>        return false;<br>    }<br>    <br></blockquote><br><br></div><div>Regards<br></div><div>Manu Urs<br></div><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 15, 2015 at 5:00 PM, Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 15/07/15 12:09, Simone Travaglini wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks can you give feedback on list when resolved?<br>
</blockquote>
<br></span>
You can also just add yourself to the cc of the bug - then you get an email when anyone updates the bug report.<br>
<br>
HTH<br>
<br>
Al<br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>Regards,<br></div>Manu<br></div></div>
</div>