Download & Extend

Export additionnal settings

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!).

AttachmentSize
strongarm_1211008_follow_up.patch420 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

Status:needs review» reviewed & tested by the community

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

Status:reviewed & tested by the community» postponed

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

Status:postponed» reviewed & tested by the community

Yeah, this has been committed to core ;-)

#9

7.14 has now been released with this fix.

#10

Status:reviewed & tested by the community» needs review

field_bundle_settings_node_

Doesn't this make it work for nodes alone?
What about other entity types?

#11

Status:needs review» reviewed & tested by the community

Nevermind, this was node specific code.