Loading src/Entity/Db/SignatureFlow.php +2 −2 Original line number Diff line number Diff line Loading @@ -27,13 +27,13 @@ class SignatureFlow implements IObjectFormattable * @var string|null * @ORM\Column(type="string", nullable=true) */ private ?string $label; private ?string $label = null; /** * @var string|null * @ORM\Column(type="string", nullable=true) */ private ?string $description; private ?string $description = null; /** * @var ArrayCollection Loading src/Entity/Db/SignatureFlowStep.php +2 −2 Original line number Diff line number Diff line Loading @@ -23,13 +23,13 @@ class SignatureFlowStep implements IObjectFormattable * @var string|null * @ORM\Column(type="string", length=64, nullable=true) */ private ?string $recipientsMethod; private ?string $recipientsMethod = null; /** * @var string|null * @ORM\Column(type="string", length=64, nullable=true) */ private ?string $label; private ?string $label = null; /** * @var string Loading src/Strategy/Letterfile/Esup/EsupLetterfileStrategy.php +6 −1 Original line number Diff line number Diff line Loading @@ -263,7 +263,12 @@ class EsupLetterfileStrategy implements ILetterfileStrategy $this->getBaseUrl() . sprintf(self::WS_SIGNREQUESTS_DELETE_ID, $id), ['id' => $id] ); return $jsonDatas['return']; if(isset($jsonDatas['code']) && $jsonDatas['code'] == 200) { return true; } return false; } catch (Exception $e) { $this->getLoggerService()->critical( "Impossible de supprimer la SignRequest '$id' : " . $e->getMessage() Loading Loading
src/Entity/Db/SignatureFlow.php +2 −2 Original line number Diff line number Diff line Loading @@ -27,13 +27,13 @@ class SignatureFlow implements IObjectFormattable * @var string|null * @ORM\Column(type="string", nullable=true) */ private ?string $label; private ?string $label = null; /** * @var string|null * @ORM\Column(type="string", nullable=true) */ private ?string $description; private ?string $description = null; /** * @var ArrayCollection Loading
src/Entity/Db/SignatureFlowStep.php +2 −2 Original line number Diff line number Diff line Loading @@ -23,13 +23,13 @@ class SignatureFlowStep implements IObjectFormattable * @var string|null * @ORM\Column(type="string", length=64, nullable=true) */ private ?string $recipientsMethod; private ?string $recipientsMethod = null; /** * @var string|null * @ORM\Column(type="string", length=64, nullable=true) */ private ?string $label; private ?string $label = null; /** * @var string Loading
src/Strategy/Letterfile/Esup/EsupLetterfileStrategy.php +6 −1 Original line number Diff line number Diff line Loading @@ -263,7 +263,12 @@ class EsupLetterfileStrategy implements ILetterfileStrategy $this->getBaseUrl() . sprintf(self::WS_SIGNREQUESTS_DELETE_ID, $id), ['id' => $id] ); return $jsonDatas['return']; if(isset($jsonDatas['code']) && $jsonDatas['code'] == 200) { return true; } return false; } catch (Exception $e) { $this->getLoggerService()->critical( "Impossible de supprimer la SignRequest '$id' : " . $e->getMessage() Loading