mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-19 20:28:06 +00:00
Allow to remove the canceled workflow to be deleted, if canceled
- OP#812 - https://champs-libres.openproject.com/work_packages/812
This commit is contained in:
@@ -56,7 +56,7 @@ class EntityWorkflowSend implements TrackCreationInterface
|
||||
/**
|
||||
* @var Collection<int, EntityWorkflowSendView>
|
||||
*/
|
||||
#[ORM\OneToMany(targetEntity: EntityWorkflowSendView::class, mappedBy: 'send')]
|
||||
#[ORM\OneToMany(mappedBy: 'send', targetEntity: EntityWorkflowSendView::class, cascade: ['remove'])]
|
||||
private Collection $views;
|
||||
|
||||
public function __construct(
|
||||
|
||||
Reference in New Issue
Block a user