Problem/Motivation

When installing a site with drush, one of the output messages is "Features bundle Phase2 automatically created."

That message is a bit misleading, as the install process included a custom module that exported our features bundle configuration.

Proposed resolution

Do not output the message that the bundle was automatically created.

Remaining tasks

User interface changes

Possibly less output on features install.

API changes

?

Data model changes

N/A

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Grayside created an issue. See original summary.

Grayside’s picture

Priority: Normal » Minor
nedjo’s picture

Thanks for reporting this issue.

I suspect we may have some ordering issue here. The given bundle is automatically created when the first feature-type module is installed. Later, a bundle of the same name is imported when the module that provides it is installed. Because Features is a dependency of the module providing the bundle, Features allows the module to be installed despite the fact that it re-provides configuration that already exists on the site.

nedjo’s picture

Issue summary: View changes
nedjo’s picture

We're probably best off just dropping the message. Updated the issue summary to reflect this.

nedjo’s picture

Status: Active » Needs review
FileSize
738 bytes

  • nedjo committed 6bcbc5a on 8.x-3.x
    Issue #2867840 by nedjo: Site install reports features bundle...
nedjo’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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