- Issue created by @irandamay
- π¨πSwitzerland ayalon
The message_ui depended on message.messages.
This was broken in this commit:
https://git.drupalcode.org/project/message/-/commit/036ef5228899717c0c8a... - π³π±Netherlands ekes
I'm guessing the intention here is to redirect to the admin list of messages? The old code linked to by @ayalon did use the view list route
view.message.page_1
. But of course that can be deleted/replaced etc. which would lead to this same issue.Options I can see here are:
Maybe if there was a link template for collection defined, with some simple list, that can then overriden by the view, but there will always be the route. Then it could go to the collection list?
Or easier redirect to the front page or admin page by default. And use the
?destination=
on links from views etc. to redirect back.Not sure what the plans were? But switching either way would fix
Drupal\message_ui\Form\MessageDeleteForm
andDrupal\message_ui\Form\DeleteMultiple
that both reference the non-existingmessage.messages