This patch provides support for UUID/Deploy and allows certain values from workbench to be ignored when exporting.

CommentFileSizeAuthor
#1 workbench_uuid-2075467-01.patch1.09 KBsylus
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sylus’s picture

sylus’s picture

Status: Active » Needs review
hawkeye.twolf’s picture

Is 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.