From: Tuukka Lehtonen Date: Tue, 4 Jul 2017 10:57:34 +0000 (+0300) Subject: Fixed diagram copy/paste implementations to re-identify diagram elements X-Git-Tag: v1.31.0~274^2 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=f2f1f3fe7b467654a0afa4e586ebcd06a54ebfea;hp=f2f1f3fe7b467654a0afa4e586ebcd06a54ebfea;p=simantics%2Fplatform.git Fixed diagram copy/paste implementations to re-identify diagram elements Previously copying elements within or between diagram editors and also copying diagrams in the model browser would preserve GUID identifiers for the diagram ordered set structure itself and all its elements. The correct behavior is now implemented which is to force the system to generate new GUID identifiers for all copied structures that have identifiers. refs #7348 Change-Id: I811bb4a118ffb9321577ef46f6651459379cdd08 ---