Skip to content
Snippets Groups Projects
Commit 03fbacd4 authored by Chris Dodge's avatar Chris Dodge
Browse files

Merge branch 'cdodge/meta-data-cms-editing' of github.com:MITx/mitx into...

Merge branch 'cdodge/meta-data-cms-editing' of github.com:MITx/mitx into cdodge/meta-data-cms-editing

Conflicts:
	cms/static/coffee/src/models/module.coffee
parents 4b6eabec a7b7fd52
No related merge requests found
......@@ -286,7 +286,7 @@ def save_item(request):
modulestore().update_children(item_location, children)
# cdodge: also commit any metadata which might have been passed along in the
# POST from the client
# POST from the client, if it is there
if request.POST['metadata']:
modulestore().update_metadata(item_location, request.POST['metadata'])
......
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