Automatically closed - issue fixed for 2 weeks with no activity.
The change of the return value of routeHasModal in #3324803: Add optional parameters for indiviual routes → breaks the check in route_in_modal_form_alter(), causing all routes without parameters in the module config to be regarded as route without modal.
Fix for now would be to check if the return value of routeHasModal equals FALSE.
Better would be to also revert the return value of routeHasModal() to boolean only, and provide new function to get the route parameters.
This is something for a separate issues though.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.