Client side jquery validation module settings page broken

Created on 4 February 2025, 2 months ago

Steps to reproduce -

  • Install Drupal-11
  • Install client side validation and client side jquery validation module
  • Visit "/admin/config/user-interface/clientside-validation-jquery-settings" url

This is happening because constructor calling parent with only one argument while parent needs two

public function __construct(ConfigFactoryInterface $config_factory, ClientFactory $http_client, Settings $settings) {
    parent::__construct($config_factory);
    $this->httpClient = $http_client;
    $this->settings = $settings;
  }
🐛 Bug report
Status

Active

Version

4.1

Component

Code

Created by

🇮🇳India joshi.rohit100 Delhi, India

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024