Closed (outdated)
Project:
Pathauto
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 May 2018 at 12:55 UTC
Updated:
8 Feb 2026 at 17:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alesbencina commentedAdded patch to keep module menu displayed while filtering.
Comment #3
alesbencina commentedComment #4
nkoporecTested the patch and it fixes the issue. I just found one coding standard issue:
+function pathauto_form_path_admin_filter_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) {Please reference the FormStateInterface with a use statement.
Comment #5
berdirWhy is that a problem with pathauto? We are not doing anything with that list, if this is a problem then shouldn't it be fixed in Drupal core?
Comment #6
mably commented