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
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
[Feedback] Fix typo in getSummaryOfThreads (#8889)
This fixes the BVL Feedback summary in instruments by taking the
commentID for query params from the array _feedbackObjectInfo instead of
_feedbackCandidateProfileInfo, which only included candidate specific
data instead of instrument specific data.
[dataquery/instruments] Handle cardinality::many instruments in DQT (#……9305)
The ability for the frontend to display session variables with a
cardinality of "many" per session was added for the imaging, but the
instrument queryengine backend was not updated to properly format
multi-select elements. This adds support for multiselect elements by
updating the instrument queryengine to return correctly formatted data
for instruments with the many cardinality.
[behavioural_qc] fixes visitLevel feedback not showing up. (#8900)
Fix visit level feedback not showing up in behavioural_qc module. The visit Level feedback is now included as part of the formatColumn() function in the BehaviouralFeedback class.