Laurent Destailleur
10e2a35aa6
Update interface_20_all_Logevents.class.php
2023-08-09 13:21:56 +02:00
Laurent Destailleur
91982253a0
Clean code
2023-08-05 14:59:31 +02:00
Laurent Destailleur
3f8e343b10
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-05 14:10:42 +02:00
Laurent Destailleur
8646b826e0
Debug v18
2023-08-05 14:09:11 +02:00
antonin_tdj
a00045b94c
Check was after submit ( #25551 )
...
Check was added in the wrong place.
I moved it a few lines before.
2023-08-02 19:16:47 +02:00
Laurent Destailleur
49e63e1d38
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-08-01 19:17:09 +02:00
antonin_tdj
8c3c607225
NEW LDAP Active Directory UserAccountControl ( #25507 )
...
* fix ldapGroup
* add default userAccountControl to admin
* add const on activation
* update triggers create and enable/disable
---------
Co-authored-by: amarchal <antonin@letempledujeu.fr >
2023-08-01 18:20:51 +02:00
Laurent Destailleur
016ab20155
Fix warning
2023-07-31 03:52:05 +02:00
Florent Poinsaut
cdc8bc1b6f
FIX add notification hook to allow external module trigger ( #25506 )
2023-07-31 01:54:49 +02:00
UT from dolibit
155848585f
Update interface_20_all_Logevents.class.php
...
$langs->load("users"); only once at the start
2023-07-27 13:16:00 +02:00
jyhere
fe09500e91
FIX: workflow for closing supplier order dn't work (wrong source type) ( #25407 )
...
* FIX: workflow for closing supplier order dn't work (wrong source type)
* FIX: sql error when passing origin and origin id, no need to pass theses values
$object->origin is set to "commandeFournisseur', and it's definitively not working with the setStatus method.
SQL error : Table 'dolibarr.llx_commandeFournisseur' doesn't exist
I suppose origin should never be set to commandeFournisseur, but 'order_supplier' instead. Also, setStatus() $elementType is meant to be a table_element value, not an element value.
* Update interface_20_modWorkflow_WorkflowManager.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-07-23 21:47:13 +02:00
jyhere
c38651075e
FIX: workflow for closing supplier order dn't work (wrong source type) ( #25407 )
...
* FIX: workflow for closing supplier order dn't work (wrong source type)
* FIX: sql error when passing origin and origin id, no need to pass theses values
$object->origin is set to "commandeFournisseur', and it's definitively not working with the setStatus method.
SQL error : Table 'dolibarr.llx_commandeFournisseur' doesn't exist
I suppose origin should never be set to commandeFournisseur, but 'order_supplier' instead. Also, setStatus() $elementType is meant to be a table_element value, not an element value.
* Update interface_20_modWorkflow_WorkflowManager.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-07-23 21:44:20 +02:00
Laurent Destailleur
43a38904f3
Merge pull request #25225 from ATM-Consulting/fix_18.0_php8.2_fatal_in_blockedlog
...
float casting empty value
2023-06-30 20:07:01 +02:00
atm-greg
b727d7d89d
Update htdocs/core/triggers/interface_50_modBlockedlog_ActionsBlockedLog.class.php
2023-06-30 12:23:40 +02:00
Frédéric FRANCE
e74d8fa54d
use isModEnabled
2023-06-29 14:04:39 +02:00
root
e40a2a056f
float casting empty value
2023-06-29 10:50:18 +02:00
Laurent Destailleur
886eaa9117
Fix error management and better merging behaviour
2023-06-15 12:48:12 +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
421f7ecff4
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-05-21 11:36:42 +02:00
Laurent Destailleur
6350df54e8
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-05-21 11:22:36 +02:00
Laurent Destailleur
7167ff89b3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-05-21 11:21:27 +02:00
stickler-ci
b70676cc1f
Fixing style errors.
2023-05-17 21:47:51 +00:00
daraelmin
8fa581f936
FIX #24798 Deleting member subscription is not possible
...
object subscription has no getfullname method, it's in adherent class
2023-05-17 22:59:51 +02:00
Laurent Destailleur
c891196b5b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-04-25 21:02:01 +02:00
Laurent Destailleur
1c3264ee0a
Merge pull request #24443 from altairis-benjamin/ticketAssignNotification
...
NEW Send a notification email when ticket assigned
2023-04-24 16:47:24 +02:00
Laurent Destailleur
6cb1424824
Removed a message non expected in a lot of cases
2023-04-24 15:33:14 +02:00
Frédéric FRANCE
fee9dec15a
use isModEnabled
2023-04-19 13:58:08 +02:00
Frédéric FRANCE
fa849696fb
use isModEnabled
2023-04-18 20:16:02 +02:00
Laurent Destailleur
9a420b8f41
Clean code
2023-04-18 16:15:27 +02:00
stickler-ci
011013fd87
Fixing style errors.
2023-04-05 15:33:46 +00:00
Benjamin Falière
24262f58ac
NEW Send an email when ticket assigned
2023-04-05 17:23:58 +02:00
Laurent Destailleur
76ab7136f2
Clean code
2023-03-19 15:22:21 +01:00
Laurent Destailleur
54d1250887
Merge + Clean duplicate trigger code. We must use the context.
2023-03-02 02:19:24 +01:00
Laurent Destailleur
14a59483f5
Debug v17
2023-03-01 23:50:02 +01:00
Laurent Destailleur
f6271d83db
Debug v17
2023-03-01 19:28:32 +01:00
Laurent Destailleur
a64ed59e18
Merge
2023-02-23 22:25:56 +01:00
Laurent Destailleur
2ee3426b5a
Merge pull request #23833 from marc-dll/15.0_FIX_PHP8_compatibility
...
FIX: various PHP8 compatibility fixes
2023-02-22 16:07:13 +01:00
Laurent Destailleur
fb4e3ec123
Debug v17
2023-02-22 15:50:46 +01:00
Marc de Lima Lucio
5feb334da2
Merge branch '17.0' of https://github.com/Dolibarr/dolibarr into 15.0_FIX_PHP8_compatibility
2023-02-14 09:16:43 +01:00
Marc de Lima Lucio
da0daa49da
FIX: some more PHP8 comptability fixes
2023-02-09 18:01:59 +01:00
Laurent Destailleur
5867b62496
Fix do not change password if same
2023-01-16 11:00:34 +01:00
Laurent Destailleur
acc30da1fe
Fix do not change password if same
2023-01-16 10:57:31 +01:00
Laurent Destailleur
cdb9aa5ba0
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-12-30 13:29:06 +01:00
Laurent Destailleur
54936c916c
Fix MO hang when no thirdparties are set
2022-12-30 13:27:12 +01:00
Laurent Destailleur
534db40d87
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-12-30 04:15:10 +01:00
Ferran Marcet
0a454dfa7a
New: Register project closing automatically in the agenda
2022-12-20 12:44:38 +01:00
Laurent Destailleur
1102dc272e
Debug log inalterable to allow tracking of stock movement
2022-12-14 22:04:09 +01:00
VESSILLER
a06dd9f869
FIX fetch object in member subscription modify trigger for events
2022-12-01 15:38:21 +01:00
Laurent Destailleur
1eff913fda
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2022-11-04 21:02:14 +01:00
Laurent Destailleur
43e153715f
Remove non used code for module webhook
2022-11-04 20:49:25 +01:00