[Vtigercrm-commits] [Vtiger development] #8321: "Describe" Mobile endpoint returns 'null' value for key 'uitype'

Vtiger development vtiger-tickets at trac.vtiger.com
Sun Oct 26 20:49:52 GMT 2014


#8321: "Describe" Mobile endpoint returns 'null' value for key 'uitype'
-----------------------+------------------------
 Reporter:  maggini    |      Owner:  developer
     Type:  defect     |     Status:  new
 Priority:  major      |  Milestone:  Unassigned
Component:  vtigercrm  |    Version:  6.1.0
 Severity:  Medium     |   Keywords:  mobile
-----------------------+------------------------
 In the current Vtiger 6.1.0, when calling the /modules/Mobile/api.php
 endpoint with the operation "Describe" , the value returned for 'uitype'
 key is always 'null'.

 The fix is really quick:

 Line #230 of VtigerModuleOperation.php should be changed from this


 {{{
 "editable"=>$editable);
 }}}

 to this:

 {{{
 "editable"=>$editable, 'uitype'=>$webserviceField->getUIType());
 }}}

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8321>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list