Skip to content
Snippets Groups Projects
Commit 5c31c6fa authored by Uma's avatar Uma
Browse files

Merge branch 'webservice_imageType' into 'master'

image field uitype supported in webservices field

See merge request !613
parents 6f014d9a 0ee60eaf
No related branches found
No related tags found
No related merge requests found
......@@ -225,4 +225,9 @@ if (defined('VTIGER_UPGRADE')) {
}
//4537596 - END
}
//image uitype added for webservice fieldtype
$sql = 'INSERT INTO vtiger_ws_fieldtype(uitype,fieldtype) VALUES (?,?)';
$params = array('69', 'image');
$db->pquery($sql, $params);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment