- Issue created by @mialdi98
- Status changed to Postponed: needs info
over 1 year 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 - Status changed to Closed: won't fix
about 1 month ago 11:09am 3 June 2025 - π¬π§United Kingdom alexpott πͺπΊπ
The redirect has been removed as a result of π Check if entities are locked on the delete confirm form Active so this is no longer an issue.