Problem/Motivation

RecipesForm will always appear, even if the profile's info file defines no optional recipe configurations. That's not really optimal.

Proposed resolution

We should check if the profile defines any optional recipe groups, and if not, skip RecipesForm.

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

phenaproxima created an issue. See original summary.

phenaproxima’s picture

Status: Active » Needs review
phenaproxima’s picture

Status: Needs review » Reviewed & tested by the community

Manually tested this in the context of Drupal CMS and confirmed that it does indeed skip the RecipesForm step if there is no recipes[optional] key in the profile's info file.

  • phenaproxima committed b676213f on 1.x
    Issue #3507774 by phenaproxima: RecipesForm should be skipped if the...
phenaproxima’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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