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
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
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
97e11f7f5f
Update cticketcategory.class.php
2024-03-16 17:16:46 +01:00
Laurent Destailleur
34a554e64d
Update cticketcategory.class.php
2024-03-16 15:59:43 +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
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
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
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
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
lvessiller-opendsi
9044952f5c
FIX dol_print_error parameters on ticket fetch method ( #25318 )
2023-07-12 14:32:45 +02:00
Laurent Destailleur
e2fd64d47c
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-06-27 01:08:48 +02:00
Laurent Destailleur
35e066ff8b
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-06-27 01:05:04 +02:00
Laurent Destailleur
8433d69e8b
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-06-26 21:21:44 +02:00
Laurent Destailleur
8613a9d7df
Fix phpcs
2023-06-24 11:52:02 +02:00
Maxime Kohlhaas
4a15279585
Fix : entity was empty on object in TICKET_CREATE trigger
2023-06-23 14:00:59 +02:00
Laurent Destailleur
31474d80f1
Doxygen
2023-06-19 00:52:43 +02:00
Frédéric France
5a018d715d
use user hasRight
2023-06-06 00:05:02 +02:00
Laurent Destailleur
66393753c4
Clean code - fix warnings
2023-05-30 13:29:57 +02:00
Laurent Destailleur
51493ed24a
Merge pull request #24646 from MaximilienR-easya/dev_New_link_client_mail_to_messages
...
link clients mail/card to ticket messages
2023-05-21 02:35:37 +02:00
Laurent Destailleur
476f95c4f6
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/adherents/subscription/list.php
htdocs/comm/action/index.php
htdocs/core/modules/propale/doc/pdf_azur.modules.php
htdocs/core/modules/propale/doc/pdf_cyan.modules.php
htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php
htdocs/cron/class/cronjob.class.php
htdocs/eventorganization/class/conferenceorbooth.class.php
htdocs/modulebuilder/template/myobject_list.php
htdocs/public/ticket/list.php
htdocs/supplier_proposal/list.php
htdocs/ticket/class/ticket.class.php
2023-05-17 00:57:17 +02:00
Laurent Destailleur
46b461b087
FIX Upload of files on public ticket interface
2023-05-13 16:39:42 +02:00
Laurent Destailleur
0e1597b7a5
Fix filter on public ticket group
2023-05-13 15:17:17 +02:00
Laurent Destailleur
1a38e78a9b
Fix error management on file upload on ticket
2023-05-13 14:36:08 +02:00
Alban Durrheimer
7cb535f225
Edit ticket class to create without fk_user_create
2023-05-12 16:29:09 +02:00
Laurent Destailleur
5dd3f57a1e
Debug v18
2023-05-11 13:11:21 +02:00
Maximilien Rozniecki
e9dcac67f0
Stickler
2023-04-28 17:35:06 +02:00
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
Maximilien Rozniecki
40d476d2c9
first commit
2023-04-27 11:02:22 +02:00
Laurent Destailleur
a4a014cfd5
Clean libelle into label
2023-04-08 15:08:55 +02:00
Laurent Destailleur
8898a1a432
Debug ajax tooltip
2023-04-03 19:51:40 +02:00