[Persistence] Handle refresh after edit
Correctly handle Discard changes after leaving Edit mode when conflicts are detected; WTD-1033.
This commit is contained in:
@@ -50,7 +50,7 @@ define(
|
||||
|
||||
// Persist the underlying domain object
|
||||
function doPersist() {
|
||||
return persistenceCapability.persist();
|
||||
return domainObject.getCapability('persistence').persist();
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user