Skip to content

Commit f5f08f7

Browse files
author
Open Lowcode SAS
committed
Close #269
1 parent b83b709 commit f5f08f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/org/openlowcode/server/data/properties/multichild/MultichildValueHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ public boolean load(G object, Object value, PostUpdateProcessingStore<G> postupd
596596
"Did not find existing child for key, debug = " + helper.getDebugForLineAndColumnKey(
597597
helpercontextkey, MultichildValueHelper.this.print(mainvalue)));
598598
}
599+
if (relevantchild==null) throw new RuntimeException("Found no relevant line for key "+helpercontextkey+". This is likely because your loading file is missing a compulsory column");
599600
return this.payloadhelper.LoadIfDifferent(relevantchild, value, applocale, extraattributes);
600601

601602
}

0 commit comments

Comments
 (0)