From 2cdea00408a48c268c2c74b8c058f984732f75a2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 4 Jan 2017 13:37:02 +0100 Subject: Don't turn modifications into creations --- common/datastorequery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/datastorequery.cpp') 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: } readEntity(selectionResult, [&, this](const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Operation operation) { - callback({entity, Sink::Operation_Creation, aggregateValues}); + callback({entity, operation, aggregateValues}); foundValue = true; }); } -- cgit v1.2.3