Is it possible to empty message array in session? I am using Rules module and I dont want to show node_form_submit generated message. May be I can empty message queue first and add custom message to it.
And I think that's a pretty good idea for Rules module to handle "no messages" as a setting - here's the feature request, if you'd like to track it: http://drupal.org/node/409090
Comments
No, I'm afraid
It is hardcoded in node_form_submit().
It's bad
Is it possible to empty message array in session? I am using Rules module and I dont want to show node_form_submit generated message. May be I can empty message queue first and add custom message to it.
what you're talking about
...is this, I think:
http://drupal.org/node/500202#comment-2210030
http://drupal.org/node/325003#comment-2119298
And I think that's a pretty good idea for Rules module to handle "no messages" as a setting - here's the feature request, if you'd like to track it:
http://drupal.org/node/409090