Commit Graph

1067 Commits

Author SHA1 Message Date
Regis Houssin
576e70c3ce FIX wrong update function parameter 2025-01-20 22:32:30 +01:00
Laurent Destailleur (aka Eldy)
1b42078d1e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2025-01-20 10:24:30 +01:00
atm-florian
ba4e97f07b FIX 17.0 API endpoints "PUT": prevent overwriting all extrafields if only some are supplied in the request cf. PR #29237
+ security for Tickets API: disable updating rowid
2025-01-16 10:37:29 +01:00
Mélina JOUM
ce06c12da6 FIX: GETPOST('private_message') 2024-12-18 11:19:56 +01:00
Frédéric FRANCE
29a7a410c8 backport of https://github.com/Dolibarr/dolibarr/pull/32080
backport of fix part
2024-11-28 13:28:34 +01:00
cbeasley-sbb
9af212a542 Update ticket.class.php Bug-fix Issue #31206 (#31208)
Fix Issue #31206 for the v.18 branch because unrelated tests failing on develop branch.
2024-10-03 20:33:02 +02:00
Shanty
7cee801622 FIX #30010 : Use conf TICKET_MESSAGE_MAIL_INTRO instead of translation key (#30081)
* Use conf TICKET_MESSAGE_MAIL_INTRO instead of translation key

* Set TicketMessageMailIntroText as default value if conf empty
2024-07-01 01:51:33 +02:00
Charles
fb1e5b9dd5 Update card.php Issue #29757 (#29758)
Bug-Fix Issue #29757  Prevent the check for a duplicate ref from populating the new ticket object fields with values from the conflicting ticket.
2024-05-25 13:04:39 +02:00
Benjamin Falière
8156fbfea3 FIX: Ticket new message notification sent twice 2024-04-04 11:44:22 +02:00
Laurent Destailleur
a7223719a5 Merge pull request #28446 from rycks/18.0-ticket_code_review
18.0 fix links error on dedicated virtualhost and ticket code review
2024-03-20 01:55:57 +01:00
Laurent Destailleur
b705dd8094 NEW Support Reply-To tracking in emails sending (tickets only for the
moment)

Conflicts:
	htdocs/core/class/CMailFile.class.php
	htdocs/ticket/class/ticket.class.php
2024-03-19 16:42:27 +01:00
Laurent Destailleur
2077c23c5e Update styles.css.php 2024-03-19 02:08:49 +01:00
Laurent Destailleur
97e11f7f5f Update cticketcategory.class.php 2024-03-16 17:16:46 +01:00
Laurent Destailleur
0fdca9b183 Update messaging.php 2024-03-16 16:00:22 +01:00
Laurent Destailleur
34a554e64d Update cticketcategory.class.php 2024-03-16 15:59:43 +01:00
Laurent Destailleur
ea12c39cba Update index.php 2024-03-16 15:57:16 +01:00
Laurent Destailleur
57fa0671e5 Update messaging.php 2024-03-16 15:56:40 +01:00
Laurent Destailleur
2bef2c6b87 Update list.php 2024-03-16 15:55:11 +01:00
Laurent Destailleur
52d9b7d6c4 Update index.php 2024-03-16 15:53:25 +01:00
Laurent Destailleur
15ba3757ab Update document.php 2024-03-16 15:52:38 +01:00
Laurent Destailleur
15207665d8 Update contact.php 2024-03-16 15:52:01 +01:00
Laurent Destailleur
78d49e6713 Update ticket.class.php 2024-03-16 15:51:21 +01:00
Laurent Destailleur
8e3a567c03 Update cticketcategory.class.php 2024-03-16 15:49:04 +01:00
Laurent Destailleur
b65b184405 Update agenda.php 2024-03-16 15:48:04 +01:00
Laurent Destailleur
c8545ff59d Update card.php 2024-03-16 15:46:45 +01:00
Laurent Destailleur
a437398993 Update index.php 2024-03-12 13:52:16 +01:00
Charles
23723289c2 Update ticket.class.php update function (#28722)
Default value for status to zero(0) instead of "null"
2024-03-09 01:05:58 +01:00
Eric Seigne
a2fb7884f9 precommit cleanup 2024-02-28 08:00:12 +01:00
Eric Seigne
d40081b0a8 missing ) 2024-02-27 08:37:48 +01:00
Eric Seigne
9d24025496 use TICKET_URL_PUBLIC_INTERFACE 2024-02-27 00:24:22 +01:00
Eric Seigne
5ec5369289 conver conf->global to getDolGlobalString 2024-02-27 00:09:35 +01:00
routmoute
1d38a3b7b8 fix conflict with develop branch 2023-12-29 20:19:17 +01:00
routmoute
48f4e52a22 fix: Display of the list of merged pdf 2023-12-29 02:30:32 +01:00
HENRY Florian
dd0b78fb55 fix: keep filter on type code : dol_escape_htmltag an array is not possible (#26639)
* fix: filter type code on ticket list

* fix: keep filter on type code : dol_escape_htmltag an array is not possible
2023-11-17 11:45:37 +01:00
Regis Houssin
d6b39dc227 FIX avoid warnings 2023-10-07 08:30:07 +02:00
Charles
72b995d568 Update ticket.class.php - SQL Syntax Error
Function "loadCacheCategoriesTickets" query had two WHERE clauses.  Change the second "WHERE" to "AND".
2023-09-28 00:31:45 +02:00
Regis Houssin
be9adbec41 FIX uniformize getEntity sql request 2023-09-27 00:05:36 +02:00
Regis Houssin
5fccbcb9ae FIX add field "entity" only in $tabfieldinsert 2023-09-23 10:05:36 +02:00
Laurent Destailleur
11cc0a61da Fix cast of int 2023-09-20 11:59:57 +02:00
Laurent Destailleur
bf3c0e9d4a FIX Avoid duplicate popup when popup setup to work as ajax 2023-09-12 10:52:15 +02:00
Laurent Destailleur
99406caa3a Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-09-08 15:26:21 +02:00
Laurent Destailleur
5a9b2ce8de Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-09-08 14:45:09 +02:00
Laurent Destailleur
ec28a40d53 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-09-08 14:43:32 +02:00
Laurent Destailleur
1995ee7a03 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-09-08 14:29:30 +02:00
tnegre
ab7ab5c817 FIX : message order in ticket public view is not coherent with tickets events tab 2023-09-05 16:19:20 +02:00
Laurent Destailleur
a1a8ad2159 FIX #yogosha17287 2023-07-31 14:50:27 +02:00
Laurent Destailleur
42fea0090d Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-07-12 16:41:11 +02:00
Laurent Destailleur
1998248e96 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-07-12 16:36:23 +02:00
Laurent Destailleur
37beb399d5 Debug v18 2023-07-12 15:02:34 +02:00
lvessiller-opendsi
9044952f5c FIX dol_print_error parameters on ticket fetch method (#25318) 2023-07-12 14:32:45 +02:00