forked from capability-boosters-dev/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes RECNVS-318 with the new shape of file uploads javascript, we need that to always be true. the only two places it wasn't already being passed as true were file upload questions and content migrations. both of these fail with the same symptoms before this commit and work after this commit. test-plan: - be configured to use S3 for file uploads - content migrations: - go to a course's settings and export a zip file - go to the course's settings and attempt to import the same zip file; upload should not fail - file upload questions: - have a quiz with a file upload type question - as a student, take the quiz and attempt to upload a file; upload should not fail Change-Id: Ibc01eb9b25f6d74221f26b2d80baf3f770111685 Reviewed-on: https://gerrit.instructure.com/140929 Tested-by: Jenkins Reviewed-by: Jonathan Featherstone <[email protected]> QA-Review: Collin Parrish <[email protected]> Product-Review: Jacob Fugal <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters