Problem/Motivation

On the General settings from the License key is a required form field. This is a problem where the licence key is provided by a configuration override, like using environment variables in settings.php, or using the Key module.

In those situations it is preferable to leave the licence key form field blank, as right now it is required to provide a value, so this ends up being a dummy value.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon 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

aaronmchale created an issue. See original summary.

mdusza’s picture

Hi aaronmchale

Thanks for reporting the issue. We'll see what we can do to improve the experience in such scenario.

salmonek made their first commit to this issue’s fork.

salmonek’s picture

Status: Active » Needs review

Added MR that removes required attribute on license key and cloud credentials fields.

salmonek’s picture

Status: Needs review » Fixed

Tested by our QA team. Released in 1.4.2

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

aaronmchale’s picture

Thank you!