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

fix: 🐛 SeriesInstanceUID fallback + update retrieve metadata filtered to check for lazy #4346

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

igoroctaviano
Copy link
Contributor

@igoroctaviano igoroctaviano commented Aug 26, 2024

  • SeriesInstanceUID query param fallback to avoid breaking changes
  • Update retrieve metadata filtered func to check enableStudyLazyLoad before merging results

Context

The retrieveMetadataFiltered function logic was specific to lazy study load and would not work if it was disabled. If you had a configuration with disabled lazy study load then this function would not work properly because of the data format of lazy loaded studies.

Changes & Results

Testing

Checklist

PR

  • [] My Pull Request title is descriptive, accurate and follows the
    semantic-release format and guidelines.

Code

  • [] My code has been well-documented (function documentation, inline comments,
    etc.)

Public Documentation Updates

  • [] The documentation page has been updated as necessary for any public API
    additions or removals.

Tested Environment

  • [] OS:
  • [] Node version:
  • [] Browser:

Update retrieve metadata filtered func to check enableStudyLazyLoad
before merging results
Copy link

netlify bot commented Aug 26, 2024

Deploy Preview for ohif-platform-docs canceled.

Name Link
🔨 Latest commit 888b4ba
🔍 Latest deploy log https://app.netlify.com/sites/ohif-platform-docs/deploys/66ccd5264277f70008f1e1fb

Copy link

netlify bot commented Aug 26, 2024

Deploy Preview for ohif-dev ready!

Name Link
🔨 Latest commit 888b4ba
🔍 Latest deploy log https://app.netlify.com/sites/ohif-dev/deploys/66ccd5266e2bde0008ef3be1
😎 Deploy Preview https://deploy-preview-4346--ohif-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

cypress bot commented Aug 26, 2024

Viewers    Run #4235

Run Properties:  status check passed Passed #4235  •  git commit 888b4baa25: Add seriesInstanceUID fallback
Project Viewers
Branch Review fix/retrieve-metadata-filtered
Run status status check passed Passed #4235
Run duration 05m 16s
Commit git commit 888b4baa25: Add seriesInstanceUID fallback
Committer Igor Octaviano
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 44
View all changes introduced in this branch ↗︎

@igoroctaviano igoroctaviano changed the title fix: 🐛 Update retrieve metadata filtered to check for lazy fix: 🐛 SeriesInstanceUID fallback + update retrieve metadata filtered to check for lazy Aug 26, 2024
@igoroctaviano
Copy link
Contributor Author

@sedghi PR context added.

Copy link
Member

@sedghi sedghi left a comment

Choose a reason for hiding this comment

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

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants