Closed (fixed)
Project:
Features
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Oct 2015 at 16:15 UTC
Updated:
31 Oct 2015 at 17:54 UTC
Jump to comment: Most recent
FeaturesManagerInterface::assignConfigPackage() includes a $force argument:
* @param bool $force
* If TRUE, assign config even if already assigned to a package.
However, methods that invoke ::assignConfigPackage() lack the $force argument. This will be needed for #2595245: "excluded" configuration should not be automatically packaged, where we need to force assignment from the feature edit form.
Add $force argument to FeaturesAssignerInterface::assignConfigPackages() and related code as needed to pass to FeaturesManagerInterface::assignConfigPackage(.
Comments
Comment #3
nedjo