demarches-normaliennes/app
Pierre de La Morinerie ed5f2fa35f attestation: fix preview of logos
Turns out that assigning the params to the procedure calls `read` on the
images files. Calling `read` moves the seek offset to the end of the
file; which means that subsequent calls to `read` return an empty
string.

Fix the issue by calling `rewind` before attempting to `read` the file,
to ensure the seek offset is at the beginning of the file.

Fix #4958
2020-03-30 14:58:50 +02:00
..
assets add explanation for deleted dossiers 2020-03-25 10:19:07 +01:00
controllers Rename delete_and_keep_track -> discard_and_keep_track 2020-03-26 14:23:23 +01:00
dashboards Remove non-existant columns from manager dashboards 2020-03-26 16:17:07 +01:00
fields manager: remove support for old pj 2019-07-30 16:11:17 +02:00
graphql Use ’ consistently instead of ' 2020-03-26 17:27:48 +01:00
helpers Show the reason on deleted dossiers 2020-03-25 16:57:03 +01:00
javascript javascript: move the autosave files to a sub-directory 2020-03-23 14:02:29 +01:00
jobs Add a job to remove discarded dossiers 2020-03-25 17:28:25 +01:00
lib récupère les infos d'établissement avec infos non diffusables 2020-03-17 15:57:02 +00:00
mailers #4807 better method/variable naming 2020-03-24 16:46:23 -10:00
models dossier: prepare validations to piece_justificative champs 2020-03-30 11:12:25 +02:00
policies champ_policy: allow instructeurs to access private annotations 2019-10-08 14:34:12 +02:00
serializers Cleanup demarche archivee state 2020-01-07 11:13:42 +01:00
services eIDAS level added to France Connect authorization call 2020-03-26 14:07:32 +01:00
validators gestion des 2 formats de bouton monavis 2019-09-17 13:39:45 +02:00
views attestation: fix preview of logos 2020-03-30 14:58:50 +02:00