Posted by Simon Georges on October 12, 2011 at 7:20am
13 followers
Jump to:
| Project: | Strongarm |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
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!).
| Attachment | Size |
|---|---|
| strongarm_1211008_follow_up.patch | 420 bytes |
Comments
#1
I'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]
#2
@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...).
#3
It works for me. Thanks!
(Using the patch in #1211008-32: Split field_bundle_settings out per bundle)
#4
Works for me too. Good stuff.
#5
Sure, this works great, but only after #1211008: Split field_bundle_settings out per bundle is in.
#6
Tagging, #1211008: Split field_bundle_settings out per bundle is now RTBC and might even get into 7.13
#7
The 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.
#8
Yeah, this has been committed to core ;-)
#9
7.14 has now been released with this fix.
#10
field_bundle_settings_node_Doesn't this make it work for nodes alone?
What about other entity types?
#11
Nevermind, this was node specific code.