Commit c4b7b6f
[DQT] Fix broken file link when querying using 'Add All' (#7823)
Downloadable files i.e. minc files are missing their download links when the 'Add All' button is used to select a query.
This fixes that by fixing a typo found.
This also fixes a typo in the CouchDB MRI import script that fails to find any scan types to import.1 parent ac447d0 commit c4b7b6f
File tree
2 files changed
+3
-3
lines changed- modules/dqt/jsx
- tools
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
| 421 | + | |
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments