From: Marko Luukkainen Date: Tue, 5 Nov 2019 14:28:18 +0000 (+0200) Subject: Node listeners were removed too soon. X-Git-Tag: v1.43.0~146 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=251cee0bb175b6a6ed1123509bc7a54c22d3443d;hp=251cee0bb175b6a6ed1123509bc7a54c22d3443d;p=simantics%2F3d.git Node listeners were removed too soon. Listener removal caused PipeRun splits to fail synchronization to DB. As a precaution, now nodeAdded and nodeRemoved will synchronize both parent and and actual node (previously only parent node was synchronized). gitlab #35 Change-Id: I34a105cc91b8b720a48a166288610debc10a3b84 ---