Closed (fixed)
Project:
Features Extra
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 16:41 UTC
Updated:
2 Feb 2013 at 17:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedInteresting. I dont even see Nodequeus as an option when creating a feature. I can see fe_blocks, but no nodequeues.
EDIT: Yes I do - I hadn't given my queue a machine name.
Comment #2
mrfelton commentedI am actually having this problem too. For me, neither fe_block settings or fe_nodequeues are being fully restored when enabling a feature. Manually reverting seems to fully restore things (nodequeues get created and block settings take effect)
Comment #3
wizonesolutionsDeferring to toleillo - although this is minor because there's an easy and logical workaround.
Comment #4
Johnny vd Laar commentedFor blocks I saw that the hook_features_rebuild wasn't implemented. This patch fixes this
Comment #5
James Andres commented+1 features_extra.patch works well for me, however I won't mark this RTBC because it is unrelated to the OP's nodequeue issue. Perhaps this should be split into two tickets?
Comment #6
benedictsteele commentedThe following function was missing from fe_nodequeue.module
The attached patch fixes the issue for me.
Comment #7
BrockBoland commentedThe patch in #6 doesn't work. The
fe_nodequeuemodule (at this point, anyway) already implementsfe_nodequeue_features_rebuild(), which is the correct name of the function (the patch implementsfe_nodequeue_queue_features_rebuild()).The patch from #4 should be rolled into whatever becomes the final patch. Note that I haven't tested that patch, but the fix will need to be included.
Comment #8
BrockBoland commentedAdded
fe_nodequeue_features_enable_feature(). That seems to be the correct name for the enable hook, as far as I can tell. In any case, it runs when the module is enabled, so it works for me.The block issue addressed in #4 is not included. This should probably be spun off into an issue of its own.
Comment #9
damienmckennaBump.
Comment #10
pfrenssen#4 has already been addressed in #1623480: missing hook_features_rebuild() implementations.. #8 has now been committed to 7.x-1.x: d8712a2.
Thanks!