You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CloneImagesOrVideos job currently has a hard dependency on biigle/largo. While it uses class_exists() and works without the module, too, this is bad style. The job already emits a volume.cloned event. Update biigle/largo to pick up this event and initiate the processing of the cloned files. Then the hard dependency of CloneImagesOrVideos can be removed.
The text was updated successfully, but these errors were encountered:
The CloneImagesOrVideos job currently has a hard dependency on biigle/largo. While it uses
class_exists()
and works without the module, too, this is bad style. The job already emits avolume.cloned
event. Update biigle/largo to pick up this event and initiate the processing of the cloned files. Then the hard dependency of CloneImagesOrVideos can be removed.The text was updated successfully, but these errors were encountered: