You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/bundles/org.eclipse.set.feature.table.pt1/src/org/eclipse/set/feature/table/pt1/sskw/SskwTransformator.xtend
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,8 @@ class SskwTransformator extends AbstractPlanPro2TableModelTransformator {
277
277
transformMultiColorContent(
278
278
elementKomponenten,
279
279
[zungenpaar?.elektrischerAntriebAnzahl?.wert],
280
-
[zungenpaar?.elektrischerAntriebLage]
280
+
[zungenpaar?.elektrischerAntriebLage],
281
+
[true]
281
282
)
282
283
],
283
284
"+"
@@ -680,7 +681,8 @@ class SskwTransformator extends AbstractPlanPro2TableModelTransformator {
680
681
transformMultiColorContent(
681
682
WKrGspKomponenten,
682
683
actuatorCount,
683
-
actuatorPosition
684
+
actuatorPosition,
685
+
[kreuzung !==null]
684
686
)
685
687
],
686
688
"+"
@@ -794,18 +796,19 @@ class SskwTransformator extends AbstractPlanPro2TableModelTransformator {
0 commit comments