Closed mzur closed 4 months ago
The file model in the job was populated and exists() returned true even if the model no longer existed in the DB. Now only the ID is stored and the model is newly fetched when the job runs. The model will now be null when it no longer exists.
The file model in the job was populated and exists() returned true even if the model no longer existed in the DB. Now only the ID is stored and the model is newly fetched when the job runs. The model will now be null when it no longer exists.