Fix: Properly toggle assignment bookmark
This commit is contained in:
@@ -106,7 +106,7 @@ class Teamer implements TimestampableEntityInterface
|
||||
#[ORM\ManyToMany(targetEntity: JobProfile::class, orphanRemoval: true)]
|
||||
private Collection $jobProfiles;
|
||||
|
||||
#[ORM\ManyToMany(targetEntity: Assignment::class, inversedBy: 'teamers', orphanRemoval: true)]
|
||||
#[ORM\ManyToMany(targetEntity: Assignment::class, inversedBy: 'teamers')]
|
||||
private Collection $bookmarks;
|
||||
|
||||
#[ORM\OneToMany(mappedBy: 'teamer', targetEntity: Application::class, cascade: ['remove'])]
|
||||
|
||||
Reference in New Issue
Block a user