Skip to content

Commit 353565c

Browse files
author
Open Lowcode SAS
committed
Close #138
1 parent 25f6856 commit 353565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ public void generateAutomaticPagesAndActions(Module module) {
20032003
}
20042004
exportchildren.addOutputArgument(new LargeBinaryArgument("FLATFILE", false));
20052005
module.addAction(exportchildren);
2006-
linkedfromchildren.getChildObject().addActionToDataAdminActionGroup(exportchildren);
2006+
linkedfromchildren.getChildObject().addActionToReadActionGroup(exportchildren);
20072007
}
20082008

20092009
if (thisproperty instanceof ImageContent) {

0 commit comments

Comments
 (0)