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.
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
feat: generalize proxy assets for use with every storage #91
feat: generalize proxy assets for use with every storage #91
Changes from 4 commits
e9d1a94
dcbe833
d8fb66b
6184ff7
20c7025
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this part needed for generalizing asset serving? (Not entirely sure what the effect of this line is.) It looks like it would fall back to searching across all upload-versions of the same scorm xblock.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need this for backwards compatibility as older versions of scorm would store files in the base path. We also need this as we have modified the
index_page_url
property.Reference: https://github.com/overhangio/openedx-scorm-xblock/pull/91/files#diff-e9b43e0a1aaf2777389c708425492661ab8f0e10b102afab1cd95acb07f8666aR422-R424
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, thanks! And
find_file_path
is now invoked fromassets_proxy
.