mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
rdv: add default status on rdv when creating a new rdv
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user