tcl: use id_data in status check (#89823) #516

Merged
fpeters merged 1 commits from wip/89823-tcl-availability into main 2024-04-22 09:28:54 +02:00
Owner
No description provided.
fpeters added 1 commit 2024-04-19 21:00:22 +02:00
gitea/passerelle/pipeline/head This commit looks good Details
8af4f7f929
tcl: use id_data in status check (#89823)
fpeters reviewed 2024-04-19 21:00:56 +02:00
@ -125,3 +125,3 @@
stop_object = Stop.objects.all().first()
if stop_object:
self.stop(None, stop_object.id)
self.stop(None, stop_object.id_data)
Author
Owner

Parce que stop() attend l'id_data :

    def stop(self, request, identifier):
        stop_object = Stop.objects.get(id_data=identifier)
Parce que stop() attend l'id_data : ``` def stop(self, request, identifier): stop_object = Stop.objects.get(id_data=identifier) ```
fpeters changed title from WIP: tcl: use id_data in status check (#89823) to tcl: use id_data in status check (#89823) 2024-04-20 08:11:43 +02:00
bdauvergne approved these changes 2024-04-20 11:35:53 +02:00
fpeters merged commit db9740da15 into main 2024-04-22 09:28:54 +02:00
fpeters deleted branch wip/89823-tcl-availability 2024-04-22 09:28:54 +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/passerelle#516
No description provided.