mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
Fix the deletion of Tags/Entries relation when delete an entry
Fix #2121
This commit is contained in:
parent
26ed851f52
commit
af95c09c80
@ -177,7 +177,7 @@ class Entry
|
||||
private $user;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToMany(targetEntity="Tag", inversedBy="entries", cascade={"persist", "remove"})
|
||||
* @ORM\ManyToMany(targetEntity="Tag", inversedBy="entries", cascade={"persist"})
|
||||
* @ORM\JoinTable
|
||||
*
|
||||
* @Groups({"entries_for_user", "export_all"})
|
||||
|
Loading…
Reference in New Issue
Block a user