From d37935de71fa4dfd44f9e0014f4452089479a83d Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Mon, 2 Dec 2019 11:03:08 +0200 Subject: [PATCH] Enable `track changes` and `split to multiple diagrams` by default gitlab #72 Change-Id: Ief2ad7e932c994041f72bc75302328e551d784ae (cherry picked from commit 385607cc1fb1269741eac9fcdb7621d47abebb45) --- .../graph/DistrictNetwork.pgraph | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph b/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph index 8516608a..e4aaeba9 100644 --- a/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph +++ b/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph @@ -32,6 +32,16 @@ defProperty : L0.Template // ---------------------------------------------------------------------------- DN.Diagram -- DN.Diagram.trackChangesEnabled L0.Boolean + L0.HasLabel "Track changes" + >-- DN.Diagram.splitToMultipleEnabled L0.Boolean + L0.HasLabel "Split To Multiple Diagrams" + + @L0.assert DN.Diagram.trackChangesEnabled true + @L0.assert DN.Diagram.splitToMultipleEnabled true + DN.Layer