Commit d47c8c1
authored
[mri_violations] Fix links to BrainBrowser from the MRI violations module (#8392)
The links to BrainBrowser from the MRI violations module were not working for two reasons:
- queried the wrong table name for the protocol violations (mri_violations_log should have been used instead of mri_violation_log)
- the FileDownloadHandler class was using the basename of the file instead of the relative path which resulted in BrainBrowser not finding the file on the file system.
These bugs were found when testing #7473 but have been present since 24.0.1 parent 2a484c0 commit d47c8c1
File tree
2 files changed
+4
-2
lines changed- modules/brainbrowser/php
- php/libraries
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments