[Vtigercrm-commits] [vtiger development] #6451: Missing entry in table vtiger_ws_fieldtype

vtiger development vtiger-tickets at trac.vtiger.com
Wed Dec 2 10:49:17 EST 2009


#6451: Missing entry in table vtiger_ws_fieldtype
-----------------------+----------------------------------------------------
 Reporter:  paproth    |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  minor      |   Milestone:  5.2.0    
Component:  vtigercrm  |     Version:  5.1.0    
 Keywords:             |  
-----------------------+----------------------------------------------------
 Calling webservice "describe" tells that contact_no is editable. That's
 false, because contact_no is autogenerated.

 Following statement fixes the problem:

 INSERT INTO `vtiger_ws_fieldtype` (`fieldtypeid`, `uitype`, `fieldtype`)
 VALUES (NULL, '4', 'autogenerated');

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6451>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list