Closed (fixed)
Project:
Webform Features
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2016 at 02:53 UTC
Updated:
27 Feb 2017 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rosk0Patch to provide requested abilities.
Comment #3
ekes commentedWould the commit from the 3.x branch not do this; and enable it on all points of the processing: export, export render, and rebuild.
"Add alter hooks on each features step like UUID Features does"
http://cgit.drupalcode.org/webform_features/commit/?id=fa4a345
I've just cherry-picked it into the 4.x branch, good so far.
Comment #4
jweowu commented__drupal_alter_by_ref was a Drupal 6 thing. That will be completely ignored by Drupal 7 (which does not need it at all).
Comment #5
rosk0Comment #6
polHi all,
Does the first patch is still valid ?
Comment #7
rosk0Hi @Pol,
Yes, patch is valid. Commit referenced in #3 didn't make to 7.x-4.x branch.
Comment #9
polThanks!