Commit ba8d390f by Nimisha Asthagiri Committed by Don Mitchell

Support import of ErrorDescriptors.

parent ae4277c4
......@@ -445,7 +445,7 @@ def _import_module_and_update_references(
else:
fields[field_name] = field.read_from(module)
return store.import_xblock(user_id, dest_course_id, module.category, module.location.block_id, fields, runtime)
return store.import_xblock(user_id, dest_course_id, module.location.category, module.location.block_id, fields, runtime)
def _import_course_draft(
......
Markdown is supported
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