api: iter MultipleAgendasEventsCheckStatus on user_checks (#82849) #170

Merged
lguerin merged 1 commits from wip/82849-api-partial-bookings-multi-check into main 2023-11-10 08:55:12 +01:00
Owner
No description provided.
lguerin added 1 commit 2023-10-27 10:33:57 +02:00
gitea/chrono/pipeline/head There was a failure building this commit Details
4013fad2ac
api: iter MultipleAgendasEventsCheckStatus on user_checks (#82849)
lguerin force-pushed wip/82849-api-partial-bookings-multi-check from 4013fad2ac to b08e121e60 2023-10-27 11:06:35 +02:00 Compare
lguerin changed title from WIP: api: iter MultipleAgendasEventsCheckStatus on user_checks (#82849) to api: iter MultipleAgendasEventsCheckStatus on user_checks (#82849) 2023-10-27 16:26:36 +02:00
lguerin reviewed 2023-10-27 16:27:16 +02:00
@ -2568,0 +2595,4 @@
user_checks = booking.user_checks.all()
user_check = None
if len(user_checks) == 1:
# XXX which behavior for partial bookings, and multi-check ?
Author
Owner

pas d'avis, on verra quand le cas se posera ?

pas d'avis, on verra quand le cas se posera ?
@ -2631,0 +2663,4 @@
user_checks = self.booking.user_checks.all()
user_check = None
if len(user_checks) == 1:
# XXX which behavior for partial bookings, and multi-check ?
Author
Owner

idem

idem
lguerin force-pushed wip/82849-api-partial-bookings-multi-check from b08e121e60 to b010b1e5a0 2023-11-02 12:23:24 +01:00 Compare
vdeniaud approved these changes 2023-11-08 17:41:57 +01:00
lguerin changed title from api: iter MultipleAgendasEventsCheckStatus on user_checks (#82849) to api: iter MultipleAgendasEventsCheckStatus on user_checks (#82849) 2023-11-10 08:36:04 +01:00
lguerin changed target branch from wip/82848-partial-bookings-multi-check-calculated-period to main 2023-11-10 08:36:04 +01:00
lguerin force-pushed wip/82849-api-partial-bookings-multi-check from b010b1e5a0 to 4291cc73db 2023-11-10 08:38:09 +01:00 Compare
lguerin merged commit 4291cc73db into main 2023-11-10 08:55:12 +01:00
lguerin deleted branch wip/82849-api-partial-bookings-multi-check 2023-11-10 08:55:12 +01: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#170
No description provided.