Fixed cancel and drop-initiated edit

This commit is contained in:
Henry
2015-11-20 13:59:32 -08:00
parent 4f0f9e4104
commit 7849803a5d
4 changed files with 6 additions and 10 deletions

View File

@@ -137,6 +137,8 @@ define(
domainObjectType = editableDomainObject.getModel().type,
virtualObj;
editableDomainObject.getCapability('status').set('editing', true);
// If currently in edit mode allow drag and drop gestures to the
// domain object. An exception to this is folders which have drop
// gestures in browse mode.