When a user has an existing item in moderation, and they go to edit it. When they submit the item, or preview it the message, "The post has been submitted for moderation and won't be listed publicly until it has been approved." shows up twice, if it's already submitted and you click the preview button.
It's a minor problem, and doesn't really affect anything but the user interface.
Drupal 6.15
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 668900-double-message-2.patch | 458 bytes | pwolanin |
| double warning ss.jpg | 135.23 KB | GeekyLass |
Comments
Comment #1
TechnoBuddhist commentedI found this today, the fix is simple;
remove the unecessary return ''; in the modr8.module, a couple of lines before the end...
Comment #2
pwolanin commentedpatch form
Comment #3
pwolanin commentedcommitted to 5.x and 6.x