Skip to content

Commit

Permalink
Update viewFieldDeclaration.etl
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg authored Jul 22, 2024
1 parent 0b92de8 commit ece148b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rule BooleanTypeCheckbox
// and (s.booleanWidget.isUndefined() or s.booleanWidget <> ESM!esm::ui::BooleanWidget#COMBO)

s.eContainer.uiContainer().children.add(t);
t.setId(actorDeclaration.name + "/(jsl/" + s.getId() + ")/BooleanTypeTrinaryLogicCombo");
t.setId(actorDeclaration.name + "/(jsl/" + s.getId() + ")/BooleanTypeCheckbox");
t.valueLabelPlacement = UI!ui::Placement#START; // todo add modifier to jsl and transform afterwards
log.debug("BooleanTypeCheckbox: " + t.name);
}
Expand Down

0 comments on commit ece148b

Please sign in to comment.