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

NickAkhmetov/CAT-974 Fix parent UUID handling for multi-vitessce conf datasets #3587

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

NickAkhmetov
Copy link
Collaborator

Summary

This PR fixes an issue introduced in #3570. Since the parent UUID was being added as a property on the array object, Array.isArray was no longer picking up the resulting object as an array. This PR adjusts the approach so that the parent UUID is properly passed down to the configs themselves.

Design Documentation/Original Tickets

https://hms-dbmi.atlassian.net/browse/CAT-974

Testing

Manually tested.

Screenshots/Video

image

Checklist

  • Code follows the project's coding standards
    • Lint checks pass locally
    • New CHANGELOG-your-feature-name-here.md is present in the root directory, describing the change(s) in full sentences.
  • Unit tests covering the new feature have been added
  • All existing tests pass
  • Any relevant documentation in JIRA/Confluence has been updated to reflect the new feature
  • Any new functionalities have appropriate analytics functionalities added

Additional Notes

Please specify any additional information or context relevant to this PR.

Copy link
Collaborator

@john-conroy john-conroy left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@NickAkhmetov NickAkhmetov merged commit 171cc54 into main Oct 31, 2024
8 checks passed
@NickAkhmetov NickAkhmetov deleted the nickakhmetov/cat-974 branch October 31, 2024 17:27
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