- Issue created by @mstrelan
- π¦πΊAustralia mstrelan
Didn't mean to change the status. It's probably not as simple as the proposed resolution. We need to do something like this:
$currentPath = \Drupal::service('path_processor_subpathauto')->processInbound($currentPath, $request);
But obviously that doesn't make sense to do here, so I'm wondering if there is a generic way to handle this?
- π¦πΊAustralia mstrelan
Ah, we can just use the
path_processor_manager
service that will run for all path processors. Have put up an MR. Obviously needs test coverage. May need to consider BC concerns. May need config to opt in or out. - Status changed to Needs work
about 13 hours ago 4:20pm 2 July 2025 - πΊπΈUnited States brockfanning
Hi all, just a note that we are trying out this module, and we also use subpathauto, and so far we haven't noticed any conflicts. I'm seeing the expected redirect happen on the node edit routes. I wonder if there is something in our custom code causing this, but just thought I'd mention it, in case it has resolved itself.