-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: fix typo that prevented video completion working as intended #27230
Conversation
Neither of these settings were being correctly set: * COMPLETION_BY_VIEWING_DELAY_MS * COMPLETION_VIDEO_COMPLETE_PERCENTAGE AA-743
3b0f488
to
5169d70
Compare
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.
Sure?
Your PR has finished running tests. There were no failures. |
EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production. |
EdX Release Notice: This PR has been deployed to the production environment. |
@nedbat, could this be cherry-picked to |
I've cherry-picked this to koa.master. koa.3 is a tag and cannot be changed. |
- [Security] Apply Django security patches by upgrading from 2.2.20 to 2.2.23. - [Bugfix] Fix video unit completion (see [pull request](https://github.com/edx/edx-platform/pull/27230)).
- [Security] Apply Django security patches by upgrading from 2.2.20 to 2.2.23. - [Bugfix] Fix video unit completion (see [pull request](https://github.com/edx/edx-platform/pull/27230)).
- [Security] Apply Django security patches by upgrading from 2.2.20 to 2.2.23. - [Bugfix] Fix video unit completion (see [pull request](https://github.com/edx/edx-platform/pull/27230)).
Neither of these settings were being correctly set:
https://openedx.atlassian.net/browse/AA-743