Piecemeal conversion to draft needs to allow

already converted children.
STUD-1965
This commit is contained in:
Don Mitchell
2014-07-17 10:10:45 -04:00
parent ebfcb5d8ce
commit 1103d057d7
3 changed files with 27 additions and 5 deletions

View File

@@ -305,7 +305,6 @@ def _save_item(user, usage_key, data=None, children=None, metadata=None, nullout
pass
elif publish == 'create_draft':
try:
# This recursively clones the item subtree and marks the copies as draft
store.convert_to_draft(existing_item.location, user.id)
except DuplicateItemError:
pass