Fix template FileField reading
Compare changes
Files
2- Samuel GAIST authored
Libraries have properties related to their file fields that does the proper handling for reading their content use that.
@@ -74,7 +74,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)
Libraries have properties related to their file fields that does the proper handling for reading their content use that.