webform.module, line 1389, defines the default message type as "notice," which is not one of the types mentioned in documentation for drupal_set_message(). This makes it hard to theme the messages.

CommentFileSizeAuthor
#1 webform-message_type-1195746-2.patch384 bytesTwoMice

Comments

TwoMice’s picture

Version: 6.x-3.11 » 7.x-3.x-dev
Status: Active » Needs review
StatusFileSize
new384 bytes

I'm guessing the correct message type would be 'status' instead of 'notice'. This patch makes that change.

quicksketch’s picture

Title: non-standard message type = "notice" » Webform uses non-standard message type = "notice"
Priority: Normal » Minor
Status: Needs review » Reviewed & tested by the community

Thanks TwoMice, this has been a minor problem for years. I'll put this in next time I'm reviewing patches.

quicksketch’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.