John BOTELLA

Results 16 comments of John BOTELLA

@eldy je te relance mais je pense vraiment que cette fonction peut nous faire gagner du temps, surtout que je voudrais vraiment m'en servir sur une prochaine PR de la...

Ok I found the origin, but can't change the core, we need to talk before at devcamp to find a good way to patch. PS : I found a way...

Hi @dolibarr95 :-) We can use validate class in htdocs/core/class/validate.class.php see usage in validateField method of common object We just have to extends usage of validate class to extra-fields instead...

I created a way for external integrator to fix module compatibility whith V19 by backporting a V20 hook in V19 see #30086

I just read fetchObjectByElement function and this is my observation : I think this function still does too many things at all and need to be factor by split in...

@rycks take a look at #30036 I have factor fetchObjectByElement and split into too new functions : newObjectByElement and loadObjectByElement The loadObjectByElement goal is to keep simple tests in code...

@rycks Yes, that's true, but it's a necessary step. Because of the sensitivity and criticality of these parts of the code, I start in the develop branch to be on...

@lvessiller-opendsi V18 too (just mistake on version number) ;-)