mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
* adding function to set it to draft mode * New API endpoint for controlling mass mailings * report which id we could not find + unset some fields not on this object + write that source was com/propal/class/api_propal.class.php * extending the fetch function for the mailing object so the API can show all columns in the database * filling more data into the object and don't unset it later * adding notrigger to clone creation * still some cleaning up from when cloning api_proposals.class.php * do not unset the ID, because we want the ID so we can use it * adding endpoint to clone a mass mailing * extending count function with 'all' that just returns all rows, no matter the status * API endpoints to delete all targets of a mass mailing * setting which http method to use * pretty print clone endpoint in API explorer * endpoint resetTargetsStatus of mass mailing * Typo receipients fixed * Update api_mailings.class.php * Update api_mailings.class.php * Update api_mailings.class.php --------- Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk> Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>