[imaging Browser] Fix wrong data being displayed under QC columns#6654
Merged
driusan merged 2 commits intoJun 5, 2020
Conversation
christinerogers
requested changes
Jun 1, 2020
christinerogers
left a comment
Contributor
There was a problem hiding this comment.
LGTM -- two small changes please:
- see the space i suggested in the modalities_subquery
- Add 1 short sentence to the PR header to describe what this fixes in the module, and why it was happening.
pls request my re-review after. thanks
Contributor
|
@h-karim did you address both my review points? Not sure I'm seeing the second one in action. |
laemtl
approved these changes
Jun 3, 2020
laemtl
approved these changes
Jun 3, 2020
driusan
reviewed
Jun 4, 2020
christinerogers
approved these changes
Jun 5, 2020
Contributor
|
@laemtl could you pull and test this today? it was recently updated. |
Collaborator
|
This both needs to be rebased (has conflicts and can't be merged) and have Travis run on it. |
laemtl
approved these changes
Jun 5, 2020
Contributor
Author
|
Performed a rebase, @laemtl please test this again |
laemtl
approved these changes
Jun 5, 2020
Contributor
driusan
approved these changes
Jun 5, 2020
driusan
left a comment
Collaborator
There was a problem hiding this comment.
If Travis approves it looks fine to me..
Collaborator
|
This passed Travis, the icon just didn't update.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wrong data ("Human") is currently appearing under the QC columns of some scan types. This is due to a bug in how the
modalities_subqueryvalues are being assigned.Brief summary of changes
Note: for the file changes, the linter automatically removed some whitespace at the end of some lines after saving.
Testing instructions (if applicable)
Link(s) to related issue(s)