Closed (fixed)
Project:
Strongarm
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2011 at 07:20 UTC
Updated:
27 Jun 2012 at 16:11 UTC
Hi,
Just to be sure someone thinks about integrating it, I'm providing the patch to export variables created by #1211008: Split field_bundle_settings out per bundle ;-)
Now, we just wait for that patch to be integrated into core (please help!).
| Comment | File | Size | Author |
|---|---|---|---|
| strongarm_1211008_follow_up.patch | 420 bytes | simon georges |
Comments
Comment #1
yched commentedI'm not familiar with the syntax in strongarm_features_pipe_node_alter(), just pointing out that #1211008: Split field_bundle_settings out per bundle uses double undescores : field_bundle_settings_[entity_type]__[bundle]
Comment #2
simon georges commented@yched, looking at other variables, the underscore is removed, therefore I've removed one (it's automatically added by the function elsewhere). At the end, both underscores should be here (but I haven't actually tested it, so...).
Comment #3
wojtha commentedIt works for me. Thanks!
(Using the patch in #1211008-32: Split field_bundle_settings out per bundle)
Comment #4
mrfelton commentedWorks for me too. Good stuff.
Comment #5
tim.plunkettSure, this works great, but only after #1211008: Split field_bundle_settings out per bundle is in.
Comment #6
tim.plunkettTagging, #1211008: Split field_bundle_settings out per bundle is now RTBC and might even get into 7.13
Comment #7
tim.plunkettThe next stable release of core is May 2nd. (just pushed back http://groups.drupal.org/node/220304)
And field_bundle_settings isn't used yet, this just an addition.
Comment #8
simon georges commentedYeah, this has been committed to core ;-)
Comment #9
tim.plunkett7.14 has now been released with this fix.
Comment #10
bojanz commentedDoesn't this make it work for nodes alone?
What about other entity types?
Comment #11
bojanz commentedNevermind, this was node specific code.
Comment #12
mpotter commentedLooks good to me. Committed and pushed to 895016e.
Comment #13
mpotter commentedComment #14
simon georges commentedYay ! Thanks.