Commit e0ebe6da by cahrens

Remove TODO.

parent c0141062
......@@ -682,7 +682,6 @@ def save_item(request):
del existing_item._model_data[metadata_key]
del posted_metadata[metadata_key]
else:
# TODO, in here check if value is the same before setting.
existing_item._model_data[metadata_key] = value
# commit to datastore
......
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