Closed
Description
-
When we add/update any
ResourceBooking
we have to check if the correspondingJob
hasnumPositions === length(ResourceBooking with status === "assigned")
. And if so, then update the status of theJob
toassigned
. -
If we change
Job
status tocancelled
. Then we should change the status of all(updated: don't change status for ResourceBookings)ResourceBooking
andJodCandidate
related to this job tocancelled
.