We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f6856 commit 353565cCopy full SHA for 353565c
src/org/openlowcode/design/data/DataObjectDefinition.java
@@ -2003,7 +2003,7 @@ public void generateAutomaticPagesAndActions(Module module) {
2003
}
2004
exportchildren.addOutputArgument(new LargeBinaryArgument("FLATFILE", false));
2005
module.addAction(exportchildren);
2006
- linkedfromchildren.getChildObject().addActionToDataAdminActionGroup(exportchildren);
+ linkedfromchildren.getChildObject().addActionToReadActionGroup(exportchildren);
2007
2008
2009
if (thisproperty instanceof ImageContent) {
0 commit comments