-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fallback to the deeplinking configuration for url by default
The behaviour we had in D2L applies to all LMS where we have tried deep linking being Canvas the exceptions which overrides get_document. The behaviour is: - If we have the assignment in the DB use its document - If not, but we have a record of the original assignment the current launch was copied from, use that. - If not, check if we have deep linking configuration in the launch and use that. This is likely the first launch of the assignment. - Return None otherwise.
- Loading branch information
Showing
4 changed files
with
23 additions
and
64 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
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