[Vtigercrm-commits] [vtiger development] #7039: FAQ module causes non-loading on Homepage view
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Mar 10 09:36:19 PST 2011
#7039: FAQ module causes non-loading on Homepage view
--------------------------------+-------------------------------------------
Reporter: alexander.krawczyk | Owner: developer
Type: patch | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 5.2.1
Keywords: |
--------------------------------+-------------------------------------------
The FAQ part on the Homepage view caused some issues (loading of all
modules didn't complete) when moved in front of certain other modules.
This was caused by the order of arguments for searching in the $_REQUEST.
The FAQ module called it's own QueryGenerator with some values of the
other modules (like assigned_user_id) which doesn't exist in that module.
By unsetting $output in the \modules}Faq\ListFaq.php getMyFaqSearch
function this issue should be solved.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7039>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list