forked from instructure/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.
don't require url or domain for canvas lti-extensioned tools
When tools have one of the Canvas LTI extensions set, they shouldn't be required to have a url or domain. In that case they also shouldn't show up in the list of tools that can be used to add items to a module. test plan: - try adding a tool by hand with no url or domain - make sure canvas doesn't let you - try adding a tool using xml (examples at lti-examples.heroku.com) that doesn't have url or domain, but does have a canvas lti extension (any extension other than resource_selection) - make sure canvas lets you - this non-url non-domain tool shouldn't show up in the add modules list - try adding a tool using xml (examples at lti-examples.heroku.com) that doesn't have url or domain, but does have a canvas lti extension (specifically resource_selection) - make sure canvas lets you - this non-url non-domain tool should show up in the add modules list Change-Id: Ie575c52da610f41b1afe09fbd838b0fd0da39ff2 Reviewed-on: https://gerrit.instructure.com/10251 Tested-by: Jenkins <[email protected]> Reviewed-by: Bracken Mosbacker <[email protected]>
- Loading branch information
Showing
5 changed files
with
142 additions
and
9 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
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