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
Frédéric FRANCE
89d67c8fd4
move some methods in trait
2023-04-27 23:48:21 +02:00
Laurent Destailleur
46e3413e8a
Fix tooltips
2023-04-27 15:55:21 +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
Frédéric FRANCE
ce227bd78e
use isModEnabled
2023-04-18 10:46:24 +02:00
Laurent Destailleur
69376a4e8b
Fix test error on setPassword
2023-04-15 12:07:32 +02:00
Laurent Destailleur
747cd766b0
FIX Pb in install when password start with some special char like !
2023-04-15 04:29:19 +02:00
Laurent Destailleur
b55271dedb
Fix warning
2023-04-15 03:27:35 +02:00
Laurent Destailleur
09426bd81f
Fix test on user->id
2023-04-13 18:30:06 +02:00
Laurent Destailleur
aea1f60c67
Debug v18
2023-04-10 01:46:30 +02:00
Laurent Destailleur
a4a014cfd5
Clean libelle into label
2023-04-08 15:08:55 +02:00
Laurent Destailleur
1c4196b6c8
Merge pull request #24424 from Hystepik/develop#1
...
Fix : user group date modif to match database
2023-04-04 21:21:35 +02:00
Laurent Destailleur
8898a1a432
Debug ajax tooltip
2023-04-03 19:51:40 +02:00
hystepik
cca08ee18d
Fix : user group date midif to match database
2023-04-03 12:22:05 +02:00
Laurent Destailleur
3613008362
Perf enhancement into addrights and delrights
2023-03-26 01:54:03 +01:00
Jyhere
99d0f5c5d2
FIX : fatal error when margin enable (missing check on element), fix User::hasRight() when checking a margin right
2023-03-17 16:26:21 +01:00
Jyhere
78cf8dd8eb
FIX : fatal error when margin enable (missing check on element), fix User::hasRight() when checking a margin right
2023-03-17 11:42:06 +01:00
Laurent Destailleur
10be924888
Look and feel v18
2023-03-14 10:58:35 +01:00
Laurent Destailleur
ca096089fb
Debug v18
2023-03-13 16:28:58 +01:00
Laurent Destailleur
68a2131ae6
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-13 13:22:10 +01:00
Laurent Destailleur
d369a640de
Fix encryption of api_key
2023-03-13 12:48:25 +01:00
Laurent Destailleur
a92081cf43
Debug Kanban views
2023-03-07 22:04:40 +01:00
Laurent Destailleur
12bd795afc
Work on Kanban view
2023-03-01 20:13:21 +01:00
Laurent Destailleur
ed5c890769
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-25 20:12:48 +01:00
Laurent Destailleur
cbb6ca071a
Fix #yogosha15157
2023-02-25 19:51:05 +01:00
Laurent Destailleur
788ec8b7c2
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-20 16:22:35 +01:00
Laurent Destailleur
b3b94e34d7
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-02-20 16:21:14 +01:00
Laurent Destailleur
35d496de38
Update user.class.php
2023-02-19 02:41:53 +01:00
Regis Houssin
50721f8df3
TODO object $user parameter is not use in send_password() !
2023-02-18 16:31:59 +01:00
Regis Houssin
5b81880b97
FIX object $user is not defined
2023-02-18 16:24:56 +01:00
Regis Houssin
992fe1286d
FIX request new password with "mc" and "twofactor" authentication
2023-02-18 16:08:19 +01:00
Frédéric FRANCE
c1882425db
fix tooltip
2023-02-15 22:26:16 +01:00
Laurent Destailleur
b136004eaf
Merge pull request #23843 from FliyFly/qodanareturn
...
Fix (qodana)
2023-02-13 18:26:03 +01:00
FLIO
cd289ca8ac
fix(qodana) fix function comment wrong return
2023-02-08 19:09:05 +01:00
Frédéric FRANCE
ff94600d8f
clean code
2023-02-06 23:00:42 +01:00
Frédéric FRANCE
b238830c82
keep original label
2023-02-05 23:19:56 +01:00
Frédéric FRANCE
0afcaa0985
fix for double tooltip
2023-02-04 21:22:30 +01:00
Frédéric FRANCE
04610763aa
Merge remote-tracking branch 'upstream/develop' into ajaxtooltip
2023-02-04 18:31:40 +01:00
Laurent Destailleur
7a3c752914
Fix permission on an inherited group inside entity 0 no visible
2023-02-04 14:06:40 +01:00
Laurent Destailleur
6ac65400c3
Fix permission on an inherited group inside entity 0 no visible
2023-02-03 21:13:12 +01:00
Frédéric FRANCE
140a3b462d
add ajax tooltip on usergroup
2023-02-03 09:29:02 +01:00
Frédéric FRANCE
41dd574b16
clean js
2023-02-02 22:59:54 +01:00
Frédéric FRANCE
993c1d28c4
work on ajax tooltip
2023-01-31 22:08:32 +01:00
Laurent Destailleur
9fb08b5a0a
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-31 21:28:59 +01:00
Laurent Destailleur
e2efeeef9a
Fix menu accountancy not visible with module "comptabilite"
2023-01-31 16:05:19 +01:00
Laurent Destailleur
404a70a2a9
Debug v18
2023-01-31 05:01:30 +01:00
Laurent Destailleur
fc3f60b6af
Clean code related to HR
2023-01-31 00:42:23 +01:00
Laurent Destailleur
2a0a0fc470
Clean old deprecated code on social networks fields
2023-01-30 14:13:02 +01:00
Laurent Destailleur
0765a1196f
FIX Check of date of validity
2023-01-27 14:40:30 +01:00
Laurent Destailleur
dfcba30577
FIX Check of date of validity
2023-01-27 14:06:31 +01:00