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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ core section.***
8
8
-***When possible please provide the number of the pull request(s) containing the
9
9
changes in the following format: PR #1234***
10
10
11
-
## LORIS 24.0 (Release Date: ??)
11
+
## LORIS 24.0 (Release Date: 2022-03-24)
12
12
### Core
13
13
#### Features
14
14
- Data tables may now stream data as they're loading rather than waiting
@@ -75,7 +75,10 @@ scanner candidates. This prevents an error from being thrown in the candidate pa
75
75
- Download CSV fix to remove duplicates and entries that partially match the filtering criteria (PR #7242)
76
76
- Partially fix instrument escaping issues by reloading instrument and its data upon successful save (PR #7776)
77
77
- Fix recognition of null sessionID in NDB_BVL_Instrument (PR #8031)
78
-
78
+
- Fix delete_candidate.php / delete_timepoint.php failing because of json instruments / instruments with different table name than test_name (PR #8070)
79
+
- Fix bug where server_processes_manager had a timeout (PR #8071)
80
+
- Candidate profile page loads with only the visits listed that a user has access to
81
+
if a candidate has some visits that the user should not see. Fixes error where page was not loading for this use case (PR #8072)
0 commit comments