api: events fillslots, return details of cancelled events (#76326) #68

Merged
lguerin merged 1 commits from wip/76326-api-events-fillslot-cancelled-details into main 2023-04-14 10:05:01 +02:00
Owner
No description provided.
lguerin reviewed 2023-04-06 14:42:07 +02:00
@ -1837,2 +1854,4 @@
cancellation_datetime=cancellation_datetime
)
cancelled_events = [
get_short_event_detail(
Author
Owner

Pour les annulations, on a juste besoin du détail de l'event, pas besoin de la pk du booking.
Ajout ici d'une nouvelle fonction pour renvoyer moins d'informations.

(Alors que pour booked_events, #63044 demandait qu'on ajoute la pk du booking pour pilotage côté wcs.)

Pour les annulations, on a juste besoin du détail de l'event, pas besoin de la pk du booking. Ajout ici d'une nouvelle fonction pour renvoyer moins d'informations. (Alors que pour `booked_events`, #63044 demandait qu'on ajoute la pk du booking pour pilotage côté wcs.)
vdeniaud approved these changes 2023-04-12 14:18:29 +02:00
lguerin force-pushed wip/76326-api-events-fillslot-cancelled-details from 4310c8d01b to 41df2c58a5 2023-04-14 09:37:54 +02:00 Compare
lguerin merged commit 41df2c58a5 into main 2023-04-14 10:05:01 +02:00
lguerin deleted branch wip/76326-api-events-fillslot-cancelled-details 2023-04-14 10:05:02 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/chrono#68
No description provided.