forked from jazkarta/obsolete-edx-sga
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow SGA blocks to be used in Libraries v2 context [FC-0076] (#363)
* fix: use context_key instead of course_id as it means the same thing (in the course context), and is provided as part of xblock.core * fix: work around errors preventing block preview in library context * `start` attribute does not exist in library context * catch errors for fields scoped outside "content" or "settings" * chore: bump package version
- Loading branch information
1 parent
8b14d72
commit 1f0487e
Showing
2 changed files
with
13 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
Module for StaffGradedAssignmentXBlock. | ||
""" | ||
|
||
__version__ = "0.25.0" | ||
__version__ = "0.25.1" |
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