Fix several problems on new REST API on project/tasks

This commit is contained in:
Laurent Destailleur
2016-11-19 16:08:27 +01:00
parent e9b78db1ac
commit dd27a52a85
28 changed files with 793 additions and 88 deletions

View File

@@ -106,6 +106,14 @@ class DolibarrApi
unset($object->projet); // Should be fk_project
unset($object->project); // Should be fk_project
unset($object->author); // Should be fk_user_author
unset($object->timespent_old_duration);
unset($object->timespent_id);
unset($object->timespent_duration);
unset($object->timespent_date);
unset($object->timespent_datehour);
unset($object->timespent_withhour);
unset($object->timespent_fk_user);
unset($object->timespent_note);
unset($object->statuts);
unset($object->statuts_short);