vt71: Bug in mass edit search of UIType10 multi-reference fields
Go to demo.vtiger.com
Create several Service Contracts (I use this module because the Related To UIType field 10 relates to both Organisations and Contacts - this is important)
If you then go the list view of Service Contracts and do a mass edit, then use the search for the Related To to look for an Organisation or contact it works fine.
Now, go back to the List View of Service Contracts, add a column filter on the related to column before choosing to mass edit and then try to repeat the search. It fails.
With error_reporting enabled on my own dev system I see the following error shown in the popup:
Fatal error: Call to a member function getFieldDataType() on a non-object in /var/www/vtiger/modules/Vtiger/helpers/Util.php on line 605
On the demo site the popup shrinks to a small box and shows no results. There isn't an error in the Javascript console but the repsonse to the POST request is empty.
On large systems where the need to use the column search to limit the list result this is a very annoying problem.