Closed (fixed)
Project:
UUID Features Integration
Version:
6.x-1.x-dev
Component:
uuid_node
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2010 at 18:56 UTC
Updated:
7 Jan 2011 at 01:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
ezra-g commentedI know that you can control the order in which components are reverted *within a module that defines that type of component*, but I'm not sure that Features supports ordering which types of components are reverted first, unless we can control it with module weight.
Comment #2
ezra-g commentedComment #3
ezra-g commentedIndeed, the order in which components are reverted is determined by features_get_components(), which calls features_include() which does
foreach (module_implements('features_api',FALSE) as $module) {which is determined by module weight and name.Attached is a new .install file renamed to .txt for easy reviewing.
I plan to commit this tomorrow but it would be great to get a review. Otherwise, it's probably best reviewed over time in the dev snapshot anyway.
Comment #4
ezra-g commentedThis is now committed. http://drupal.org/cvs?commit=469046