Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ordering has been updated to be consistent as the file names #1477

Merged
merged 2 commits into from
Jan 8, 2016

Conversation

gluneau
Copy link
Contributor

@gluneau gluneau commented Jan 7, 2016

MRI Browser: can volumes appear from left to right either in the order they were selected (or in alphabetical order). when the order changes, it makes it difficult to relate QC information from the 3rd image in the Volume Viewer back to the 002 image in the browser.

@gluneau gluneau added the Feature PR or issue introducing/requiring at least one new feature label Jan 7, 2016
@gluneau gluneau added this to the 16.04 milestone Jan 7, 2016
@codecov-io
Copy link

Current coverage is 10.85%

Merging #1477 into 16.04-dev will not affect coverage as of 29ee6d5

@@            16.04-dev   #1477   diff @@
=========================================
  Files             103     103       
  Stmts           17925   17925       
  Branches            0       0       
  Methods          1021    1021       
=========================================
  Hit              1945    1945       
  Partial             0       0       
  Missed          15980   15980       

Review entire Coverage Diff as of 29ee6d5

Powered by Codecov. Updated on successful CI builds.

@@ -153,7 +153,7 @@ class NDB_Form_Imaging_Browser extends NDB_Form
WHERE SessionID=:SID AND (AcquisitionProtocolID IS NULL
OR AcquisitionProtocolID not in (1, 2, 3, 52))
AND PendingStaging=0 $extra_where_string
ORDER BY files.OutputType, sel.Value DESC, AcquisitionProtocolID",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe ORDER BY files.OutputType, files.File would be better? The order would still be stable, but they'd be grouped by output type..

samirdas added a commit that referenced this pull request Jan 8, 2016
Ordering has been updated to be consistent as the file names
@samirdas samirdas merged commit 2be35ca into aces:16.04-dev Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature PR or issue introducing/requiring at least one new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants