Problem/Motivation
Small regression with the v3 upgrade: the self-hosted complexity config value can't be changed via the UI, since the form state is reversed.
'#states' => [
'visible' => [
':input[name=integration_type]' => ['value' => 'sentinel_api'],
],
]
Proposed resolution
Change the state so the complexity field is only invisible when the integration_type is sentinel_api
Issue fork altcha-3612418
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
robindh commented