Commit 5b069660 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Up : Seul les PDF peuvent être validé/signé

parent 235b34bb
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -659,8 +659,10 @@ class ProjectGrantApiService implements
                    );
                }
            } else {
                if( strpos($doc->getFileTypeMime(), 'application/pdf' ) !== false ){
                    $allowProcessCreate = true;
                }
            }

            // Accès aux fonctionnalités du document.
            $docAdded = $doc->toJson();