From: Tuukka Lehtonen Date: Tue, 28 Apr 2020 08:49:44 +0000 (+0300) Subject: Fixed subscription item data file searching to use groupItemId as well X-Git-Tag: v1.43.0~31 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=fda20625695c3bfc80205ab1c1109442169d322a;hp=fda20625695c3bfc80205ab1c1109442169d322a;p=simantics%2Fplatform.git Fixed subscription item data file searching to use groupItemId as well This fixes problems where subscription item data CSV export used the wrong data files to read the data related to the subscription item because it wasn't matching the data file based on both groupItemId (subscription item GUID name) and variable ID, which can be overlapping if a new subscription item is created for a variable that has had a previous subscription. gitlab #528 Change-Id: If1ddef78e4b152cf6721f82afc21b37ec5fbb074 (cherry picked from commit b141f43453a9078e2cf77302bc43c646e72c98fe) ---