- Issue created by @alex.amtr
- 🇫🇷France alex.amtr
I've just managed to uninstall de LikeIt! Module which have never worked on my Drupal 10 (the button like never appeared).
Now I can delete entities normally. - Status changed to Needs review
over 1 year ago 9:26am 31 July 2023 - 🇮🇳India Dheeraj Jhamtani
The error you are encountering is related to the access check not being explicitly set for the entity query when deleting the Likeit entities. To fix this issue, you need to add the accessCheck() method to the entity query. I created a patch for this please review.