- Issue created by @mauriciopieper
After installing the module I get the following error:
TypeError: Drupal\views_pretty_paths\PathProcessor\ViewsPrettyPathProcessor::handleViewsExposedFormSubmit(): Argument #2 ($form_state) must be of type Drupal\views_pretty_paths\PathProcessor\FormStateInterface, Drupal\Core\Form\FormState given, called in /var/www/web/modules/contrib/views_pretty_paths/views_pretty_paths.module on line 71 in Drupal\views_pretty_paths\PathProcessor\ViewsPrettyPathProcessor->handleViewsExposedFormSubmit() (line 506 of modules/contrib/views_pretty_paths/src/PathProcessor/ViewsPrettyPathProcessor.php).
Install the module using composer
composer require 'drupal/views_pretty_paths:^1.0'
Enable it via drush:
drush en views_pretty_paths
Access a page with a view and see the error.
Active
1.0
Code