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

Use ids instead of indexes for resolving data transfer files #160349

Merged
merged 1 commit into from Sep 7, 2022

Commits on Sep 7, 2022

  1. Use ids instead of indexes for resolving data transfer files

    When an extension needs to read a data transfer file, we were previously using the index of the item. This is unreliable as it means we have to ensure the array of data transfer items never changes order
    
    With this PR, i've switched us to use a unique `id` instead
    mjbvz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    46e60e8 View commit details
    Browse the repository at this point in the history