Skip to content

Commit

Permalink
Merge pull request #6884 from driusan/Merge2203
Browse files Browse the repository at this point in the history
Pull 22.0.3 into 23.0.x
  • Loading branch information
driusan authored Aug 6, 2020
2 parents 250c7b1 + b136ab3 commit 6a08edd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ class ImagingBrowserRowProvisioner extends \LORIS\Data\Provisioners\DBRowProvisi
$left_joins
WHERE
s.Active = 'Y' AND
f.FileType IN ('mnc', 'nii')
f.FileType IN ('mnc', 'nii') AND
pt.Name='acquisition_date'
GROUP BY s.ID
ORDER BY c.PSCID, s.Visit_label
",
Expand Down

0 comments on commit 6a08edd

Please sign in to comment.