Skip to content
Snippets Groups Projects
Unverified Commit 136003fc authored by Ned Batchelder's avatar Ned Batchelder Committed by GitHub
Browse files

Merge pull request #23015 from Abstract-Tech/fix/non-admin-error-descriptor

Add xblock.v1 and xmodule.v1 entrypoints for NonStaffErrorDescriptor
parents b9bafed8 99bdb233
Branches
Tags
No related merge requests found
......@@ -12,6 +12,7 @@ XMODULES = [
"image = xmodule.backcompat_module:TranslateCustomTagDescriptor",
"library_content = xmodule.library_content_module:LibraryContentDescriptor",
"error = xmodule.error_module:ErrorDescriptor",
"nonstaff_error = xmodule.error_module:NonStaffErrorDescriptor",
"poll_question = xmodule.poll_module:PollDescriptor",
"problemset = xmodule.seq_module:SequenceDescriptor",
"randomize = xmodule.randomize_module:RandomizeDescriptor",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment