mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-05 15:08:47 +00:00
Fix the deletion of Tags/Entries relation when delete an entry
Fix #2121
This commit is contained in:
parent
26ed851f52
commit
af95c09c80
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class Entry
|
||||||
private $user;
|
private $user;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\ManyToMany(targetEntity="Tag", inversedBy="entries", cascade={"persist", "remove"})
|
* @ORM\ManyToMany(targetEntity="Tag", inversedBy="entries", cascade={"persist"})
|
||||||
* @ORM\JoinTable
|
* @ORM\JoinTable
|
||||||
*
|
*
|
||||||
* @Groups({"entries_for_user", "export_all"})
|
* @Groups({"entries_for_user", "export_all"})
|
||||||
|
|
Loading…
Reference in a new issue