dolibarr/htdocs/comm/action/class
VMR Global Solutions 926aa6fec7
API add / fix filter on extrafields in index()
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern 
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
..
actioncomm.class.php Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-08 15:13:44 +02:00
actioncommreminder.class.php restore tags 2023-03-02 14:13:17 +01:00
api_agendaevents.class.php API add / fix filter on extrafields in index() 2023-04-28 09:31:33 +02:00
cactioncomm.class.php Fix qodana 2022-12-28 13:15:55 +01:00
ical.class.php NEW Use a cache file for external RSS in calendar 2023-01-13 17:17:23 +01:00