feat: assignment call off

This commit is contained in:
Björn Fromme
2024-11-06 21:04:33 +01:00
parent ca0c965058
commit ef7871f1d4
12 changed files with 181 additions and 23 deletions
+1
View File
@@ -29,6 +29,7 @@ class Assignment implements BlameableEntityInterface, TimestampableEntityInterfa
public const STATUS_STAFFING = 'staffing';
public const STATUS_UNSTAFFED = 'unstaffed';
public const STATUS_DELETED = 'deleted';
public const STATUS_CALLED_OFF = 'called_off';
#[ORM\Id]
#[ORM\GeneratedValue]