mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-29 04:03:20 +01:00
* demande d'ajout timespent * feat(api): add timespent endpoints for projects and tasks * add contact to product * correction prettier * revert * feat(api): update timespent endpoints in api_projects and api_tasks * Update api_projects.class.php * Remove blank line before docblock in api_tasks.class.php Removed unnecessary blank line before the docblock for the get contacts method. * Update api_tasks.class.php * Clarify return type in api_projects.class.php Updated return type annotation for contact information array. * Refine return type in get timespent method Updated return type annotation for timespent method. * Return raw contacts instead of cleaned data * Update api_projects.class.php * Return contacts array instead of cleaned data Modified the return value to return the contacts array directly instead of cleaned data. --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>