Problem/Motivation

When adding a profile configuration parameter in the migration YAML this has no effect due to
elseif (empty($this->configuration['profile']
which should be
elseif (!empty($this->configuration['profile']

Steps to reproduce

Use a profile config parameter

Proposed resolution

Correct the check for this parameter.

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

Alexj12 created an issue. See original summary.

alexj12’s picture

Assigned: alexj12 » Unassigned
Status: Active » Needs review