Skip to content

Commit a2308cc

Browse files
author
Open Lowcode SAS
committed
Minor adaptation to get choice category from choice value
1 parent 7785f2f commit a2308cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/openlowcode/design/data/TransitionChoiceCategory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ public TransitionChoiceCategory(String name, int keystoragelength) {
196196
*/
197197
public void addValue(ChoiceValue value) {
198198
values.add(value);
199+
value.setParent(this);
199200
}
200201

201202
/**

0 commit comments

Comments
 (0)