Skip to content
Snippets Groups Projects

Resolve "Image Export Error"

Merged Piotr Gawron requested to merge 1130-image-export-error into devel_14.0.x
6 files
+ 113
0
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -69,6 +69,8 @@ public class Glyph implements Serializable {
public Glyph(Glyph original) {
// we should reference to the same file
setFile(original.getFile());
//make sure that the content is available
original.getFile().getFileContent();
}
public UploadedFileEntry getFile() {
Loading