dolibarr/htdocs/ticket/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
..
actions_ticket.class.php doxygen 2023-01-02 00:06:15 +01:00
api_tickets.class.php API add / fix filter on extrafields in index() 2023-04-28 09:31:33 +02:00
cticketcategory.class.php FIX Multicompany use "element" name and not "table_element" 2023-01-16 14:40:35 +01:00
ticket.class.php Clean libelle into label 2023-04-08 15:08:55 +02:00
ticketstats.class.php Fix signature of method 2022-06-17 15:17:00 +02:00