biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 15 forks source link

Cloned volume creating_async is not cleared #732

Closed mzur closed 8 months ago

mzur commented 8 months ago

The creating_async = false must be before the save() here:

https://github.com/biigle/core/blob/e2b53e037ae1f2edce9a2385325f7bff04f326b0/app/Jobs/CloneImagesOrVideos.php#L147-L149

Update the test(s) to catch this and fix it.