In our usage of Maestro we don't want the user to see messages like "New Process Code Success! - Process ID: 1". Currently, a number of calls to drupal_set_message are hard coded, and not configurable. I have created a simple patch (included in following comment) allowing the user to enable (default) / disable the process related messages. What do you think of adding something like this?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bhauff’s picture

Status: Active » Needs review
FileSize
3.53 KB

Here is the patch with a sample implementation.