Merge pull request #28707 from edx/dj30-regex-issue-re-path
fix: RegexPattern, used by re_path(), no longer returns keyword argum…
This commit is contained in:
@@ -114,7 +114,7 @@ def _is_library_component_limit_reached(usage_key):
|
||||
@require_http_methods(("DELETE", "GET", "PUT", "POST", "PATCH"))
|
||||
@login_required
|
||||
@expect_json
|
||||
def xblock_handler(request, usage_key_string):
|
||||
def xblock_handler(request, usage_key_string=None):
|
||||
"""
|
||||
The restful handler for xblock requests.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user