Needs review
Project:
Workbench
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2013 at 16:06 UTC
Updated:
20 Nov 2013 at 16:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sylus commentedComment #2
sylus commentedComment #3
hawkeye.twolfIs it just me or does hook_uuid_entities_features_export_entity_alter() never get invoked during deployment? I see one place where it gets invoked - uuid_entities_features_export_render() in uuid.features.inc - but I didn't dive deep enough to see what the function does or if it gets executed during deployment.
To remove Workbench properties for deployment, I used hook_entity_uuid_load(&$entities, $entity_type) with the same code except iterating over each entity since we are given an array of entities in this hook.
Would be happy to provide a patch.