-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taniwha/bb 2497/ironwood fix root block (#74)
* Handle invalid key errors for root_block Catch InvalidKeyError as per opaque_keys docs. This is for BB-2497. * Handle invalid key errors for course_key While implementing the fix for root_block, it was found that course_key handling could run into the same problems. This is a preventative fix. * Correctly order imports * Be more verbose for invalid keys * Bump version and update CHANGELOG * Correct invalid course key error message * Be more informative when student is not enrolled As per request by @Agrendalath, also, it just makes sense to do so. * Fix line length issue
- Loading branch information
Showing
3 changed files
with
23 additions
and
5 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