Merge branch 'bootstrap5' into add-location-period

This commit is contained in:
2021-08-02 16:20:58 +02:00
491 changed files with 4555 additions and 18370 deletions

View File

@@ -23,7 +23,7 @@ class Evaluation
private $title = [];
/**
* @ORM\Column(type="dateinterval")
* @ORM\Column(type="dateinterval", nullable=true)
*/
private $delay;

View File

@@ -47,7 +47,7 @@ class SocialAction
private $children;
/**
* @ORM\Column(type="dateinterval")
* @ORM\Column(type="dateinterval", nullable=true)
*/
private $defaultNotificationDelay;