Skip to content
Snippets Groups Projects
Commit 4a842131 authored by Sarina Canelake's avatar Sarina Canelake
Browse files

Merge pull request #3760 from edx/sarina/fix-split-test-child-id

Sarina/fix split test child
parents afac5145 1919df71
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ class SplitTestModule(SplitTestFields, XModule):
contents.append({
'group_id': group_id,
'id': child.id,
'id': child.location.to_deprecated_string(),
'content': rendered_child.content
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment