Hi,

Not too sure if this is the correct place to post this but I'll explain my problem anyway. I've got a bunch of features in my code base which contain different content types, each of which has the node_options_{content_type} strongarm inside it. The codebase is used for an installation profile we are developing. For some reason after installation, feature revert, cache clear etc etc the $conf global variable does not contain the node_options strongarm. This is really important for our content types to have the correct revisioning workflow straight after install.

The variables are correctly listed under admin/config/development/strongarm, but even after a call to strongarm_set_conf(TRUE), they aren't being set correctly. Is this a bug? Or is there something else I need to do after install.

Cheers,
Adam

Comments

simon georges’s picture

febbraro’s picture

Or possibly #1094598: Performance issues from strongarm_init() will make it go away entirely

febbraro’s picture

Status: Active » Closed (cannot reproduce)