- Merge request !33Remove triggers when only a dynamic entity reference base field is removed → (Open) created by rp7
- 🇧🇪Belgium rp7
I found out about this issue because I'm trying to update the Linkchecker → module we're using on a project. They decided to move away from using the Dynamic Entity Reference module for one of their entity's base fields ( 📌 Remove Dynamic Entity Reference (DER) dependency Needs review ).
When doing the upgrade, I started noticing fatal errors when saving Linkchecker entities because something was trying to write to the target_id_int column, after that column was removed. Appeared that the DER triggers we're still in place. These were not removed, apparently. I created an initial MR that removes triggers when a field storage is removed.