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: src/org/openlowcode/design/data/ChoiceField.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -164,12 +164,12 @@ public Field copy(String newname, String newdisplaylabel) {
164
164
165
165
@Override
166
166
publicStringwriteCellExtractor() {
167
-
return"(a,b)->(ChoiceDataObjectFieldFlatFileLoaderColumn.getContentFromCell( a, "+StringFormatter.formatForJavaClass(choice.getName())+"ChoiceDefinition.get(), null, false,\"MultiChildLoader\"))";
167
+
return"(a,b,c)->(ChoiceDataObjectFieldFlatFileLoaderColumn.getContentFromCell( a, "+StringFormatter.formatForJavaClass(choice.getName())+"ChoiceDefinition.get(), null, false,\"MultiChildLoader\"))";
0 commit comments