diff options
Diffstat (limited to 'common/facade.cpp')
-rw-r--r-- | common/facade.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/facade.cpp b/common/facade.cpp index 1045dac..bebb682 100644 --- a/common/facade.cpp +++ b/common/facade.cpp | |||
@@ -76,7 +76,7 @@ KAsync::Job<void> GenericFacade<DomainType>::modify(const DomainType &domainObje | |||
76 | } | 76 | } |
77 | flatbuffers::FlatBufferBuilder entityFbb; | 77 | flatbuffers::FlatBufferBuilder entityFbb; |
78 | mDomainTypeAdaptorFactory->createBuffer(domainObject, entityFbb); | 78 | mDomainTypeAdaptorFactory->createBuffer(domainObject, entityFbb); |
79 | return mResourceAccess->sendModifyCommand(domainObject.identifier(), domainObject.revision(), bufferTypeForDomainType(), QByteArrayList(), BufferUtils::extractBuffer(entityFbb)); | 79 | return mResourceAccess->sendModifyCommand(domainObject.identifier(), domainObject.revision(), bufferTypeForDomainType(), QByteArrayList(), BufferUtils::extractBuffer(entityFbb), domainObject.changedProperties()); |
80 | } | 80 | } |
81 | 81 | ||
82 | template <class DomainType> | 82 | template <class DomainType> |