Commit Graph

1188 Commits

Author SHA1 Message Date
Laurent Destailleur
2cfa9f8290 Debug v19 2023-10-17 15:43:56 +02:00
Laurent Destailleur
7a3e6606b7 Fix php8.2 warnings 2023-10-15 18:46:18 +02:00
Laurent Destailleur
c2bdb3be90 Fix php8.2 warnings 2023-10-15 18:41:39 +02:00
thomas-Ngr
af0bf77d0d fix duplicate ticket information (#26199)
* FIX duplicate data on ticket creation: fk_user_create

* Light code format on ticket/card.php
2023-10-12 15:38:05 +02:00
Benjamin Falière
b220e1acbd NEW Assign contact to a ticket message (#24735)
* NEW Assign contact to a ticket message

* FIX conflict

---------

Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-10-11 03:36:15 +02:00
Laurent Destailleur
ffbb05167a Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-09 09:28:51 +02:00
Regis Houssin
d6b39dc227 FIX avoid warnings 2023-10-07 08:30:07 +02:00
Laurent Destailleur
e0ff53bcaa Merge pull request #26106 from thomas-Ngr/develop_fix_duplicate_ticket_information
fix ticket card: set origin_email to null
2023-10-05 20:42:25 +02:00
Laurent Destailleur
8488c05b6a Merge pull request #24872 from MaximilienR-easya/dev_New_linked_file_shared_public_side
New access to msg linked files via public interface
2023-10-05 20:41:23 +02:00
Laurent Destailleur
0f448389d1 Update actions_ticket.class.php 2023-10-05 20:40:24 +02:00
tnegre
df097d74bd fix ticket card: set origin_email to null 2023-10-04 09:43:54 +02:00
Laurent Destailleur
3cb78be3ac Clean code 2023-09-29 16:27: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
Charles
8377b8f3f0 Update ticket.class.php - SQL Syntax Error
Function "loadCacheCategoriesTickets" query had two WHERE clauses.  Change the second "WHERE" to "AND".
2023-09-27 14:14:03 -05:00
Laurent Destailleur
7bbc3bab05 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-27 17:17:41 +02:00
Regis Houssin
be9adbec41 FIX uniformize getEntity sql request 2023-09-27 00:05:36 +02:00
pascal
80f060c771 fix tab indentation 2023-09-26 18:43:25 +02:00
pascal
871f896962 implementation of properties filter 2023-09-26 18:04:48 +02:00
Regis Houssin
5fccbcb9ae FIX add field "entity" only in $tabfieldinsert 2023-09-23 10:05:36 +02:00
Laurent Destailleur
08ac0e9ee4 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-21 12:38:41 +02:00
Laurent Destailleur
11cc0a61da Fix cast of int 2023-09-20 11:59:57 +02:00
Laurent Destailleur
ce66267ae5 Merge pull request #25972 from thomas-Ngr/develop_fix_duplicate_ticket_information
FIX : duplicate ticket information
2023-09-19 22:41:16 +02:00
tnegre
1c70a2b3da FIX when creating tickets from public interface and backoffice at the same time, values from the ticket created on public interface were not erased during creation from backoffice. 2023-09-19 17:08:06 +02:00
Laurent Destailleur
90f8962786 Merge pull request #25876 from atm-thibaultf/NEW_CONF_Allow_modify_ticket_evenif_closed
NEW - Conf allow modify ticket classification even if closed
2023-09-13 03:22:06 +02:00
Laurent Destailleur
0c3e516e57 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-13 03:08:46 +02:00
atm-thibaultf
363ac9f926 NEW CONF allow modify ticket classification even if closed 2023-09-12 13:07:21 +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
e40a5063a9 Clean code 2023-09-11 19:02:03 +02:00
Laurent Destailleur
91fa48199a Fix warnings 2023-09-10 17:41:22 +02:00
Laurent Destailleur
aab30d7638 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-08 15:33:04 +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
40e739dab6 Clean dead code 2023-09-01 00:08:31 +02:00
Laurent Destailleur
5e586bfb07 Fix phpstan 2023-08-21 14:03:43 +02:00
Maximilien Rozniecki
58c864b889 Fix a bug with fetching with the object used to create the ticket 2023-08-17 14:53:19 +02:00
Laurent Destailleur
3263982b24 Merge pull request #25616 from frederic34/develop-1
remove debug
2023-08-11 13:19:41 +02:00
Frédéric FRANCE
8b3deed61a remove debug 2023-08-11 12:59:06 +02:00
Laurent Destailleur
35e4565ccc Avoid duplicate feature with TICKET_LINK_TO_CONTRACT_WITH_HARDLINK 2023-08-11 12:58:23 +02:00
Laurent Destailleur
e91f0d88c8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-08-11 12:34:27 +02:00
Laurent Destailleur
39b53051d4 Merge pull request #25577 from defrance/develop-2
NEW add Ticket tab on contract
2023-08-11 12:33:14 +02:00
Laurent Destailleur
3bc6fcc7e8 Fix missing include 2023-08-11 12:32:47 +02:00
Laurent Destailleur
28620c58b8 Clean code 2023-08-11 11:42:49 +02:00
Charlène Benke
637e9788ef Update ticket.class.php
dislexic time sorry
2023-08-11 09:00:51 +02:00
Laurent Destailleur
06bd68f252 Merge branch 'develop' into develop-2 2023-08-09 18:20:15 +02:00
Charlène Benke
6ce2b54a3a Asked change made 2023-08-09 18:01:02 +02:00
UT from dolibit
7872a5889f Update card.php (#25579) 2023-08-08 21:31:17 +02:00
Laurent Destailleur
0a498fb8f8 Fix phpcs 2023-08-05 19:30:14 +02:00