From 5374dcfd39d9a0ee5b493e93419018b734781c4a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 16 Feb 2017 20:14:49 +0100 Subject: Fixed multimodifications --- common/store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/store.cpp b/common/store.cpp index 6dd4fb3..9550d3e 100644 --- a/common/store.cpp +++ b/common/store.cpp @@ -198,7 +198,7 @@ KAsync::Job Store::modify(const Query &query, const DomainType &domainObje for (const auto &p : domainObject.changedProperties()) { copy.setProperty(p, domainObject.getProperty(p)); } - return modify(*entity); + return modify(copy); }); } -- cgit v1.2.3