Update problem-builder to version 2.0.3 - #11818
Conversation
|
Thanks for the pull request, @omarkhan! It looks like you're a member of a company that does contract work for edX. If you're doing this work as part of a paid contract with edX, you should talk to edX about who will review this pull request. If this work is not part of a paid contract with edX, then you should ensure that there is an OSPR issue to track this work in JIRA, so that we don't lose track of your pull request. To automatically create an OSPR issue for this pull request, just visit this link: https://openedx-webhooks.herokuapp.com/github/process_pr?repo=edx%2Fedx-platform&number=11818 |
|
👍 Don't forget to have a sandbox prepared for upstream. |
|
Sandbox is up and running: http://pr11818.sandbox.opencraft.com/ |
|
@tobz Can you please review this hash update PR related to the Problem Builder PR you recently reviewed? We'd like to ensure this fix is in this week's release cut. |
|
LGTM. 👍 |
|
Thanks @tobz ! |
Update problem-builder to version 2.0.3
Bug
The 'Download report' link on the problem builder dashboard is currently broken. Images are not always displayed, for 2 reasons:
SecurityErroris thrown, and nothing happens.//(no explicit protocol) or the url is relative (e.g./static/...), and it has not yet been cached by the browser, it will fail to show up in the downloaded report.Fix
These issues have been fixed in version 2.0.3 of problem builder (see open-craft/problem-builder#106). This pull request updates edx-platform to use the new version.
Testing
Partner information
Harvard GSE course hosted on edx.org (Data Wise)
Settings