Typo in Settings Form not showing custom host field

Created on 10 July 2023, about 1 year ago
Updated 15 August 2023, about 1 year ago

Problem/Motivation & Steps to reproduce

try to open module settings form and check option of Custom Host Settings, then no input shows for a hostname.

Proposed resolution

fix typo in states of $advanced['customhost_settings_fieldset']['hostname'] to be

 '#states' => [
        'visible' => [
          ':input[id=edit-use-customhost]' => ['checked' => TRUE],
        ],
      ],
πŸ› Bug report
Status

Fixed

Version

3.3

Component

Code

Created by

πŸ‡ͺπŸ‡¬Egypt Mohamed Nabawy

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

Comments & Activities

Production build 0.71.5 2024