feat: additional 'deleted' status for assignments

This commit is contained in:
Björn Fromme
2024-07-18 12:54:56 +02:00
parent a1882a4af1
commit ebf89d19c3
3 changed files with 34 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ class Assignment implements BlameableEntityInterface, TimestampableEntityInterfa
public const STATUS_PARTLY_STAFFED = 'partly_staffed';
public const STATUS_STAFFING = 'staffing';
public const STATUS_UNSTAFFED = 'unstaffed';
public const STATUS_DELETED = 'deleted';
#[ORM\Id]
#[ORM\GeneratedValue]