Compare commits

...

1 Commits

Author SHA1 Message Date
llaniau ddbfcc8a69 Changement de version 2021-01-04 14:08:07 +01:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ twig:
globals:
push_public_key: "%push_params.public_key%"
fairlane_cookie_consent: '@fairlane_cookie_consent.twig'
version: 'V2.4.0.1'
version: 'V2.4.2'
@@ -322,6 +322,7 @@ class AnswerController extends FOSRestController
$status = array('status' => "success", "companyUpdated" => false);
//dump($file);
// If a file was uploaded
//TODO Controle sur l'extension du fichier (pdf, word)
if (!is_null($file)) {
$companyManager = $this->get('app.company_manager');