It seems that when creating a variant in page manager that it now includes the fields commented below by default:
$handler->conf = array(
'title' => 'test',
'no_blocks' => 0,
'pipeline' => 'standard',
'body_classes_to_remove' => '', //This and
'body_classes_to_add' => '', // this.
'css_id' => '',
'css' => '',
'contexts' => array(),
'relationships' => array(),
These are not included in the panopoly_users feature as of now. This is not an issue until another feature tries to override this feature (as in oa_panopoly_users). Since
there is not a 'default' set for the body classes the original feature tries to add the new values from the feature that is doing the overriding. If these are both set (to empty strings) then the issue goes away.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | panopoly_users-body_classes-2209661-1.patch | 882 bytes | scottalan |
Comments
Comment #1
scottalan commentedComment #2
lsolesen commentedWhy this change?
Comment #3
scottalan commentedNot sure why git picked that up as there is actually no change between the lines.
Comment #4
mglamanThis showed up because the IDE probably stripped the extra line at the end of "log in", not sure if this is needed for breadcrumb (or it converted the new line type)
Comment #6
dsnopekThese changes appear to be totally harmless and I did
drush fua couple times and everything stuck. So, I'm just going to commit this!