Laurent Destailleur (aka Eldy)
857cc730cb
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-02-05 11:03:24 +01:00
tnegre
86833633ef
fix
2024-12-18 10:26:26 +01:00
Laurent Destailleur (aka Eldy)
7beb874f93
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-12-08 16:47:36 +01:00
tnegre
e48e1e27d5
replace code from develop to match DLB18 variable name
2024-12-06 12:07:37 +01:00
Laurent Destailleur (aka Eldy)
c86b50e3fc
The $empty param must follow same rules than other select component.
2024-12-06 11:57:27 +01:00
tnegre
f5c715c6a7
Ticket : don't autofill search field for ticket type on multiselect
2024-12-03 15:05:39 +01:00
Laurent Destailleur
93b11038d5
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-11-19 03:44:50 +01:00
William Mead
038f8d5dff
Backported default ticket severity fix ( #31908 )
2024-11-15 23:44:08 +01:00
William Mead
bab49d66c5
Backported default ticket type fix ( #31912 )
2024-11-15 23:36:54 +01:00
atm-lucas
c3e6df4d91
FIX - Substitution error in ticket emails in the subject ( #30778 )
...
* fix missing substitutions
* test on ->substit
2024-09-01 14:55:59 +02:00
atm-irvine
e87338f71d
FIX : Hide number beside select contract & added langs to translate c… ( #29529 )
...
* FIX : Hide number beside select contract & added langs to translate contract
* Update html.formticket.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-29 21:43:53 +02:00
Laurent Destailleur
1773d432a4
Fix logs
2024-01-18 00:44:42 +01:00
Laurent Destailleur
b28ae5d8d3
Clean code
2023-12-27 12:12:20 +01:00
Jon Bendtsen
0c24c8e679
Thirdparty email missing in send message form for ticket #27034
...
all credit to TedinfoRegis who suggested this change in "Thirdparty email missing in send message form for ticket #27034 "
2023-12-14 21:59:50 +01:00
Laurent Destailleur
54e6de0d7f
Fix with php-cs-fixer
2023-12-04 12:04:36 +01:00
Laurent Destailleur
de96af8543
Fix warning php8.2
2023-11-27 11:24:19 +01:00
Laurent Destailleur
4cd4221a52
Debug v19. Remove some TODO.
2023-11-09 10:56:13 +01:00
Laurent Destailleur
e91f0d88c8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-08-11 12:34:27 +02:00
Charlène Benke
8539fa5cfa
Update html.formticket.class.php
2023-08-04 15:44:23 +02:00
Laurent Destailleur
a127dd2d15
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-08-02 00:41:43 +02:00
onhairech
84243dc5e4
Fix #25416 :the email subject is not replaced when an email template… ( #25534 )
...
* Fix #25416 :the email subject is not replaced when an email template is applied in tickets
* Update html.formticket.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-08-02 00:02:53 +02:00
Laurent Destailleur
d4cda09794
Debug v18
2023-07-10 02:25:33 +02:00
Laurent Destailleur
a3e4d8fe3a
Debug v18
2023-06-29 16:30:34 +02:00
Hystepik
a2aac30ded
Fix : php warning 8.1
2023-06-19 16:57:11 +02:00
Laurent Destailleur
fe9521b6b2
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-05-21 17:34:34 +02:00
Laurent Destailleur
aefc34d622
Merge pull request #24719 from altairis-benjamin/ticketModule
...
FIX broken feature : send private message by email
2023-05-17 01:14:58 +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
df4472b1f4
Merge pull request #24721 from hregis/fix_takepos_php8
...
FIX missing constant and avoid submit button conflict
2023-05-16 20:46:34 +02:00
Laurent Destailleur
0e1597b7a5
Fix filter on public ticket group
2023-05-13 15:17:17 +02:00
Regis Houssin
e74945e9cf
FIX missing checking if file is uploaded
2023-05-09 16:54:39 +02:00
Regis Houssin
120d750f43
FIX missing constant and avoid submit button conflict
2023-05-09 16:45:47 +02:00
stickler-ci
7ae43d7872
Fixing style errors.
2023-05-09 14:18:54 +00:00
Benjamin Falière
7c996e97fd
FIX broken feature : send private message by email
2023-05-09 15:54:50 +02:00
Maximilien Rozniecki
c6067d34c9
in case of multiselect in a string for the ticket type, we need to explode "$selected" and not just array($selected)
2023-03-22 15:33:57 +01:00
Maximilien Rozniecki
d63d84350d
in case of multiselect in a string for the ticket type, we need to explode "$selected" and not just array($selected)
2023-03-21 10:09:16 +01:00
Laurent Destailleur
2660948778
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-12 22:08:50 +01:00
Laurent Destailleur
843411ef5d
Fix CSS public interface of tickets
2023-03-12 22:02:40 +01:00
Laurent Destailleur
ae8b213d04
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-10 13:31:02 +01:00
Laurent Destailleur
98352d126e
Fix warning
2023-03-05 14:00:33 +01:00
Laurent Destailleur
9d304cd169
Merge pull request #24081 from MaximilienR-easya/dev_NEW_dont_send_ticket_mail_to_closed_contact
...
don't send ticket email to closed contact
2023-03-04 15:17:57 +01:00
Maximilien Rozniecki
799df44172
added textwithpicto to explain if needed that only active user are added as Recipient
2023-03-03 16:11:44 +01:00
Maximilien Rozniecki
fd93a3fe15
not adding the closed contact
2023-03-03 14:53:06 +01:00
Laurent Destailleur
54d1250887
Merge + Clean duplicate trigger code. We must use the context.
2023-03-02 02:19:24 +01:00
Regis Houssin
921cd13f26
FIX avoid php8 warnings
2023-03-01 17:38:38 +01:00
Laurent Destailleur
a64ed59e18
Merge
2023-02-23 22:25:56 +01:00
Laurent Destailleur
fb4e3ec123
Debug v17
2023-02-22 15:50:46 +01:00
Laurent Destailleur
610ab03f0d
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-02-22 14:38:25 +01:00
Laurent Destailleur
da503e6c58
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-02-22 14:33:59 +01:00
Laurent Destailleur
56bc4b0538
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-02-22 14:32:35 +01:00
Laurent Destailleur
e7546e6da1
FIX #23804
2023-02-22 14:29:36 +01:00