Commit Graph

118357 Commits

Author SHA1 Message Date
Lamrani Abdel
8f4ab293e0 NEW fonctionality delete right manually on modulebuilder 2023-02-03 15:23:50 +01:00
Lamrani Abdel
c424825840 added manually permission implementation 2023-02-03 15:13:00 +01:00
Lamrani Abdel
5db5c7f1a0 Merge branch 'RightsInModuleBuilder' of github.com:lamrani002/dolibarr into RightsInModuleBuilder 2023-02-03 14:38:05 +01:00
Lamrani Abdel
d990d55139 add forms for add and edit permission 2023-02-03 14:35:44 +01:00
Lamrani Abdel
6c0a923b67 add forms for add and edit permission 2023-02-03 14:33:33 +01:00
VESSILLER
c2f91b2e15 FIX attach file and send by mail in ticket 2023-02-03 14:02:46 +01:00
lamrani abdelwadoud
385d068ed1
Merge branch 'develop' into RightsInModuleBuilder 2023-02-03 14:00:41 +01:00
Lamrani Abdel
6df5eefa1a fix error in delete permission when we delete object 2023-02-03 13:55:17 +01:00
jyhere
201a94b550
[FIX] sellist / chkboxlist extrafields error when table is _extrafields
This patch fixes error when an sellist /chkboxlist extrafield directly use an *_extrafields table (as main table)
2023-02-03 13:11:17 +01:00
Frédéric FRANCE
9d02ff1ba9
Update editor.php 2023-02-03 11:28:14 +01:00
Frédéric FRANCE
cc2f4502fc
colspan 2023-02-03 11:10:26 +01:00
Lamrani Abdel
f84f94f0be delete rights if exists when delete object 2023-02-03 11:09:59 +01:00
Lamrani Abdel
05a1558778 add checkbox when itit object for generate permission by default 2023-02-03 11:05:14 +01:00
Lamrani Abdel
64ce1705f7 add checkbox when itit object for generate permission by default 2023-02-03 11:01:06 +01:00
Lamrani Abdel
ed42696a79 add message warning & error in library lang 2023-02-03 10:29:33 +01:00
tnegre
e44bbba481 Stickler fix 2023-02-03 09:53:30 +01:00
Frédéric FRANCE
3017205061 Merge remote-tracking branch 'origin/ajaxtooltip' into ajaxtooltip 2023-02-03 09:47:49 +01:00
Frédéric FRANCE
6ab742a530 add ajax tooltip on usergroup 2023-02-03 09:46:04 +01:00
stickler-ci
ba27b8c24c Fixing style errors. 2023-02-03 08:29:51 +00:00
Frédéric FRANCE
140a3b462d add ajax tooltip on usergroup 2023-02-03 09:29:02 +01:00
Frédéric FRANCE
dc33289a10 add ajax tooltip on actioncomm 2023-02-02 23:47:01 +01:00
Frédéric FRANCE
a32a0cc25a add ajax tooltip on warehouse 2023-02-02 23:28:09 +01:00
Frédéric FRANCE
a4a541a146 add ajax tooltip on delivery 2023-02-02 23:19:55 +01:00
Frédéric FRANCE
22fb5a4e6a add ajax tooltip on delivery 2023-02-02 23:12:54 +01:00
Frédéric FRANCE
41dd574b16 clean js 2023-02-02 22:59:54 +01:00
Frédéric FRANCE
ffa9e1e52f add ajax tooltip on categories 2023-02-02 22:23:43 +01:00
Frédéric FRANCE
ba2f87d307 add ajax tooltip on contract 2023-02-02 21:57:34 +01:00
Frédéric FRANCE
9f365ac568 add ajax tooltip on modulebuilder 2023-02-02 21:35:40 +01:00
Frédéric FRANCE
a5b1f8c20e add ajax tooltip on bom 2023-02-02 21:29:23 +01:00
Frédéric FRANCE
a367fd24b7 add ajax tooltip on account 2023-02-02 21:16:09 +01:00
Laurent Destailleur
af61006b8b Add missing call of hook doActions in projet/contact.php 2023-02-02 21:11:52 +01:00
Frédéric FRANCE
1e305c4f86 add ajax tooltip on member 2023-02-02 20:53:26 +01:00
Laurent Destailleur
e9c43718ba Fix error was not propagated correctly 2023-02-02 20:53:07 +01:00
Mélina JOUM
e10a7de3e0 stickler-ci error 2023-02-02 17:52:07 +01:00
Laurent Destailleur
1be5145148 NEW Add more zip, town, country for owner of a bank account 2023-02-02 16:04:16 +01:00
Mélina JOUM
f46d9f1a15 Fix GETPOST 2023-02-02 15:54:24 +01:00
Rept0id
fb655a0b0a Updated function dol_eval, added error handling
- There were cases that dol_eval() would break the whole system.

-That was happening in case of using a new version plugin on an old version dolibarr. New plugin validates through isModActive() instead of $conf->moduleName->enabled. Even if you were deactivating the plugin, or totally delete it, the records were still on database for menu, so there were no obvious solution. This update adds a backwards compatibility, makes doli more stable and counterparts the use of eval, making it more safe.

- Use of eval is not bad, as well there are techniques in any project that are project-related useful and smart. For example, Linux kernel uses GOTO. But in such cases, there needs to be a safety net.

-I found out this after a lot of trouble, I hope this small fix will save other developers.

👍
2023-02-02 16:50:50 +02:00
Laurent Destailleur
45dd6c8f0b Prepare option PDF_SWISS_QRCODE_USE_OWNER_OF_ACCOUNT_AS_CREDITOR 2023-02-02 15:06:19 +01:00
Laurent Destailleur
be63736f87 Enhance repair by removing some bad named indexes 2023-02-02 13:03:30 +01:00
Laurent Destailleur
c78e2b11f9 Complete the repair to remove orphelins states and regions 2023-02-02 13:03:18 +01:00
Laurent Destailleur
088d783e03 Fix all indexes must have a name 2023-02-02 12:59:05 +01:00
Laurent Destailleur
fc64d78247 NEW The upgrade process can be done by creating a file upgrade.unlock 2023-02-02 12:58:12 +01:00
Laurent Destailleur
8f0f9af94a Enhance repair by removing some bad named indexes 2023-02-02 12:27:43 +01:00
Laurent Destailleur
2aa6868f13 Complete the repair to remove orphelins states and regions 2023-02-02 12:17:17 +01:00
Laurent Destailleur
40852a124d Fix doc 2023-02-02 12:15:22 +01:00
Laurent Destailleur
2c1e1a6126 Fix missing upgrade 2023-02-02 11:48:30 +01:00
Mélina JOUM
4b61ef946a Fix 2023-02-02 11:44:10 +01:00
Frédéric FRANCE
e96cafa952 add ajaxtooltip on member type 2023-02-02 11:03:08 +01:00
FLIO
0080b0a80f fix (qodana) fix condlicts 2023-02-01 23:38:49 +01:00
FLIO
cc0d9b27f2 fix (scrutinizer) remove comments and create function send an email TODO 2023-02-01 23:31:53 +01:00