- 🇧🇪Belgium klaasvw
We have the same problem.
This was already tackled in the past by catching the EntityStorageException, but because Drupal is already catching all exceptions higher up the chain this is obsolete.
- Merge request !102#3243061: Fix exeption when deleting translations and the source translation at the same time. → (Open) created by klaasvw
- 🇧🇪Belgium klaasvw
The attached patch will check if the source translation still exists instead of catching the exception.
- 🇵🇹Portugal joao.ramos.costa
Hi @ klaasvw, using your #7 patch fixed the issue on my end. Using:
- PHP 8.3
- D10.4.5
- Views_bulk_operations 4.3.4
But on dev end using Xdebug 3.4.2. the issue still appears, not sure if related with my config.
Nevertheless, seems working with Xdebug 'disabled'.
Thank you
- 🇵🇱Poland Graber
Can someone update the MR so a convenient review is possible?