See the Attached file for messaging support for features which can store messaging template parts in code for each sending method. The nature of the messaging module means we don't want to write into the messaging API itself but merely check the existing database config and if its different to our feature code, change it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Grayside’s picture

Project: Features » Messaging

Contrib modules generally support their own Features integration. Sending over to the Messaging queue.

Crom’s picture

Josh, great patch - thanks!

I've tested this on messaging 6.x-2.4 and can confirm it works.

The only trouble I had was that I needed to revert the feature with the message templates included, following activation. It appeared as overriden initially. Once done, sorted!

Thanks again,
Crom

Remon’s picture

What is holding this back? RTBC? should it be marked as a dupe to #678902: Make message templates exportable?

christianchristensen’s picture

Title: Add features support to messaging » Add features (exportables) support to messaging (messaging_features_store)
Version: 6.x-1.x-dev » 6.x-2.4
FileSize
2.31 KB

Updating this issue to target a specific version (2.4) and a drush make friendly patch.

christianchristensen’s picture

I would agree that this is a duplicate...