aces / Loris

LORIS is a web-accessible database solution for longitudinal multi-site studies.
GNU General Public License v3.0
141 stars 173 forks source link

[imaging_uploader] Make auto-launch info popup modal #9287

Closed nicolasbrossard closed 1 month ago

nicolasbrossard commented 1 month ago

When config option ImagingUploaderAutoLaunch is on and you successfully upload a scan, there is a popup that appears indicating that the MRI pipeline has been launched in order to process the scan. This PR makes the popup modal (i.e user has to click Ok for the popup to disappear).

Fixes #9286