Fix template FileField reading
Compare changes
- Samuel GAIST authored
Plotters have properties related to their file fields that does the proper handling for reading their content use that.
@@ -228,7 +228,7 @@
@@ -228,7 +228,7 @@
This merge request fixes all templates where a FileField content was read directly rather than using the associated property who would give the correct output.
Fixes #566 (closed)
Plotters have properties related to their file fields that does the proper handling for reading their content use that.