- Issue created by @mialdi98
- Status changed to Postponed: needs info
9 months ago 5:15pm 21 March 2024 - πΊπΈUnited States smustgrave
So question does the related issue π Redirect response when executing migrate-rollback on console or mass deletion with views bulk operation RTBC resolve this issue too?
- π³π±Netherlands Richard Hoogstad
I had a similar issue while trying to delete an node using a command.
Somehow using the release method prevents this redirect from happening.
Example:$content_lock = \Drupal::server('content_lock'); $content_lock->release($node, 'en');
This is not the solution but it could hint to what is going on a deeper level.
The actual cause in my case is a predelete hook