biigle / user-storage

:m: BIIGLE module to offer file upload and storage for users
GNU General Public License v3.0
0 stars 0 forks source link

Fix delete job again #34

Closed mzur closed 4 months ago

mzur commented 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.