diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-04 13:37:02 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-04 13:37:02 +0100 |
commit | 2cdea00408a48c268c2c74b8c058f984732f75a2 (patch) | |
tree | a3ed9a5cc9cea2dda250e320cf80feae65d63769 /common/datastorequery.cpp | |
parent | a6c3e00395d40b1daeccd6ca8335e6419c147ee0 (diff) | |
download | sink-2cdea00408a48c268c2c74b8c058f984732f75a2.tar.gz sink-2cdea00408a48c268c2c74b8c058f984732f75a2.zip |
Don't turn modifications into creations
Diffstat (limited to 'common/datastorequery.cpp')
-rw-r--r-- | common/datastorequery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/datastorequery.cpp b/common/datastorequery.cpp index 8bed015..82a396e 100644 --- a/common/datastorequery.cpp +++ b/common/datastorequery.cpp | |||
@@ -262,7 +262,7 @@ public: | |||
262 | } | 262 | } |
263 | 263 | ||
264 | readEntity(selectionResult, [&, this](const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Operation operation) { | 264 | readEntity(selectionResult, [&, this](const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Operation operation) { |
265 | callback({entity, Sink::Operation_Creation, aggregateValues}); | 265 | callback({entity, operation, aggregateValues}); |
266 | foundValue = true; | 266 | foundValue = true; |
267 | }); | 267 | }); |
268 | } | 268 | } |