dolibarr/htdocs/ticket/class
Pichinov-Jose 6049574af7
Ticket API: allow postNewMessage to target ticket by id or ref (#39360)
POST /tickets/newmessage could only reach a ticket via its track_id
(fetch was hardcoded to id=0). This resolves the ticket by id, then ref,
then track_id (kept as fallback), so integrations that store the Dolibarr
ticket id can append messages without knowing the track_id.
2026-08-04 18:36:51 +02:00
..
actions_ticket.class.php UXUI Improve public ticket message list (#37926) 2026-04-21 11:52:20 +02:00
api_tickets.class.php Ticket API: allow postNewMessage to target ticket by id or ref (#39360) 2026-08-04 18:36:51 +02:00
cticketcategory.class.php Doc example 2026-05-29 12:16:42 +02:00
ticket.class.php Qual: Fix 'SqlInjection' notices (#39203) 2026-07-19 15:53:14 +02:00
ticketstats.class.php Qual: Fix PHPStan notices (#37977) 2026-04-23 15:26:53 +02:00