Skip to content

Commit 7be456b

Browse files
author
Open Lowcode SAS
committed
Close #55
1 parent 230c731 commit 7be456b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/org/openlowcode/server/data/LargeBinaryDataObjectField.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import org.openlowcode.tools.messages.SFile;
1414
import org.openlowcode.server.data.storage.StoredField;
15+
import org.openlowcode.tools.structure.LargeBinaryDataElt;
1516
import org.openlowcode.tools.structure.SimpleDataElt;
1617

1718
/**
@@ -68,7 +69,7 @@ public void setValue(SFile field) {
6869

6970
@Override
7071
public SimpleDataElt getDataElement() {
71-
throw new RuntimeException("Not yet implemented");
72+
return new LargeBinaryDataElt(this.getName(),this.largebinaryfield.getPayload());
7273
}
7374

7475
}

0 commit comments

Comments
 (0)