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
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
Frédéric FRANCE
beba616f3c
clean code
2023-02-11 22:13:15 +01:00
Philippe GRAND
857646ed36
update code toward php8 compliance
2022-09-10 11:00:38 +02:00
Philippe GRAND
b3d0be6b6b
update code toward php8 compliance
2022-09-09 10:29:27 +02:00
Laurent Destailleur
3d9b57ac3f
Clean code
2022-09-02 09:35:10 +02:00
ptibogxiv
3719366e04
Fix read knowledgemanagement categories
2022-08-04 19:31:14 +02:00
ptibogxiv
7f9a167d96
Update api_categories.class.php
2022-06-26 17:00:38 +02:00
ptibogxiv
1cfbadb197
Fix REST API for categories
2022-06-26 16:59:22 +02:00
Laurent Destailleur
0387b9922e
FIX error message on sqlfilter in API
2021-12-20 20:49:32 +01:00
Laurent Destailleur
8ea1a9602b
NEW Add import / export of MO and BOMLines - Close #18499
2021-09-02 21:00:31 +02:00
Laurent Destailleur
1c95e2b7c7
FIX #17453
2021-05-03 14:58:29 +02:00
Frédéric FRANCE
6fcb7a96a1
code syntax categorie collab directory
2021-02-23 18:04:37 +01:00
Laurent Destailleur
e7775d2f79
Fix scrutinizer errors
2020-11-30 12:54:47 +01:00
Frédéric FRANCE
8190711342
doxygen
2020-10-30 18:01:01 +01:00
Laurent Destailleur
216b3c885d
Fix escaping
2020-09-20 01:30:36 +02:00
Scrutinizer Auto-Fixer
b78ff67d7e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-09-07 08:18:17 +00:00
Laurent Destailleur
477c3e719d
Fix phpcs
2020-08-23 18:26:42 +02:00
Mr Matthew Sidnell
c2a81341ad
Updated Lint Issies
2020-08-19 16:27:00 +01:00
Matt Sidnell
b3f078a687
Updated the categories API to allow projects as type
2020-08-19 16:20:16 +01:00
Frédéric FRANCE
b41ac00b98
add new rule
2020-05-21 15:05:19 +02:00
Frédéric FRANCE
ae06b35c63
add new rule
2020-05-21 02:06:40 +02:00
jribal
cae0f210a2
On _checkAccessToResource: category -> categorie
2020-04-01 11:09:40 +01:00
Frédéric FRANCE
2e5f539b2a
Merge remote-tracking branch 'upstream/develop' into actioncomm_category
2019-11-18 17:45:52 +01:00
Scrutinizer Auto-Fixer
1648fc142e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-11-16 22:24:29 +00:00
Frédéric FRANCE
6784ea9fae
Merge remote-tracking branch 'upstream/develop' into actioncomm_category
2019-11-16 09:21:57 +01:00
stickler-ci
17667d6a1b
Fixing style errors.
2019-11-15 22:08:56 +00:00
Cédric
4332834ff7
Add all types everywhere
2019-11-15 23:08:25 +01:00
stickler-ci
cc6d8f159b
Fixing style errors.
2019-11-15 13:47:40 +00:00
Cédric
fa3c63ea28
API New can include childs when get a category
2019-11-15 14:47:08 +01:00
Frédéric FRANCE
6e97697faa
wip
2019-11-14 22:38:37 +01:00
Cédric
0c9b4fe16b
Add all types
2019-11-14 22:36:16 +01:00
Cédric
0f907fbc29
$type is mandatory
2019-11-14 22:26:15 +01:00
Cédric
100827ae0b
Fix error process
2019-11-14 22:16:08 +01:00
Cédric
88692fe95d
Doc for $page
2019-11-14 22:00:46 +01:00
stickler-ci
b2d18a8e0c
Fixing style errors.
2019-11-14 20:56:31 +00:00
Cédric
837c7276ab
API New get categories linked to an object
2019-11-14 21:57:21 +01:00
Cédric
c4c463fb96
camelCaps
2019-11-13 11:36:42 +01:00
stickler-ci
fcb50841cc
Fixing style errors.
2019-11-12 17:10:20 +00:00
Cédric
480ac1a926
API New link/unlink products with categories
...
Need it for V11 please :)
2019-11-12 18:08:09 +01:00
Alexandre SPANGARO
02dbc11f98
Move Gnu.org to https
2019-09-23 21:55:30 +02:00
Laurent Destailleur
fa476b4994
Properties ->libelle_incoterms were renamed into ->label_incoterms
2019-06-25 13:00:02 +02:00
ptibogxiv
e4f5ca79f8
Fix access category API
2019-06-17 19:36:21 +02:00
Laurent Destailleur
a764a79c1f
Fix scrutinizer error
2019-05-02 16:08:58 +02:00
Xebax
8d6e6e115d
NEW REST API: get the list of objects in a category.
2019-04-15 14:37:06 +02:00
Frédéric FRANCE
f283782445
change visibility
2019-03-04 19:57:46 +01:00
Frédéric FRANCE
6ee186096c
Merge remote-tracking branch 'upstream/develop' into Squiz.Scope.MethodScope.Missing
2019-02-24 23:48:51 +01:00
Frédéric FRANCE
27218b7087
wip
2019-02-24 23:32:09 +01:00
Frédéric FRANCE
894123fb06
PSR2.Methods.FunctionCallSignature.SpaceBeforeOpenBracket
2019-02-24 20:06:55 +01:00