dolibarr/htdocs/projet/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
..
api_projects.class.php Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-25 20:12:48 +01:00
api_tasks.class.php API add / fix filter on extrafields in index() 2023-04-28 09:31:33 +02:00
project.class.php Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-13 13:08:59 +02:00
projectstats.class.php Use dolChmod 2023-02-17 20:01:53 +01:00
task.class.php Debug v18 2023-04-21 14:41:56 +02:00
taskstats.class.php Fix return warnings 2023-01-10 23:47:47 +01:00