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
28.0 Pre-release maintenance (#10383)
This updates the version number to LORIS 28 in the same places done for
27 in PR#9868.
It also creates the release patch by concatenating all the SQL files in
new_patches, as that was apparently missed.
[candidate_profile] Fix loading of instrument list (#10080)
The instrument list after expanding a visit does not have all of
its data loaded, only the "Completion". This fixes the loading
so that the testname/completion/etc are loaded and clickable.
Remove invalid (duplicate) record in table feedback_mri_comments (#9886)
This removes a duplicate record in table `feedback_mri_comments` for
`FileID`=155 and `PredefinedCommentID`=4 (noisy scan).
[DataTable] Fix multiselect containing commas (#9743)
When selected, multiselect filter options containing a comma would not
display any data because they were being split by commas (see below).
* Resolves#7531
* On aces/CCNA#7962
[EEG Browser] Fix webpack and ts config (#9517)
Fix the webpack and TS config for EEG Browser:
- disable TS strict mode for the EEG visualization module for successful
compilation
- remove unecessary webpack hack with proper ts config