- Issue created by @tobiasb
- @tobiasb opened merge request.
- 🇩🇪Germany hexabinaer Berlin, Germany
Settings page accessible with this patch \o/
I installed the module and tried to open the settings page of the module and get the following exception:
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/html/web/modules/contrib/trailing_slash/src/Form/SettingsForm.php on line 35 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 44 of core/lib/Drupal/Core/Form/ConfigFormBase.php).
Install the module in D11 and open https://example.org/admin/config/trailing-slash/settings
Fix DI of the module.
-
-
-
-
Active
2.0
User interface
Settings page accessible with this patch \o/