diff options
Diffstat (limited to 'common/store.cpp')
-rw-r--r-- | common/store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<void> Store::modify(const Query &query, const DomainType &domainObje | |||
198 | for (const auto &p : domainObject.changedProperties()) { | 198 | for (const auto &p : domainObject.changedProperties()) { |
199 | copy.setProperty(p, domainObject.getProperty(p)); | 199 | copy.setProperty(p, domainObject.getProperty(p)); |
200 | } | 200 | } |
201 | return modify(*entity); | 201 | return modify(copy); |
202 | }); | 202 | }); |
203 | } | 203 | } |
204 | 204 | ||