rdv: add default status on rdv when creating a new rdv

This commit is contained in:
nobohan
2021-07-19 12:06:21 +02:00
parent 4b8736ae57
commit 227be0b482
4 changed files with 24 additions and 13 deletions

View File

@@ -23,6 +23,10 @@ use Chill\CalendarBundle\Repository\CalendarRepository;
*/
class Calendar
{
const STATUS_VALID = 'valid';
const STATUS_CANCELED = 'canceled';
const STATUS_MOVED = 'moved';
/**
* @ORM\Id
* @ORM\GeneratedValue