there's a (minor, but slightly annoying) bug in how the "submission guidelines" are displayed when creating issues. i have a hunch that it's a corner-case of the whole multi-page form insanity that's not handled correctly. basically, *after* you press submit and the issue has been created, there's a lingering drupal_set_message() that dumps out the submission guidelines again. not high prio, and no time to fix it now, but i wanted to submit it.
i first noticed this on a test site, but you can see it on d.o, too. see attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | project_help_message.patch | 700 bytes | hunmonk |
| submission-guidelines-after-submit.png | 175.25 KB | dww |
Comments
Comment #1
hunmonk commentedthis appears to still be a problem.
Comment #2
hunmonk commentedattached patch solves this, and has been committed to 5.x-1.x, 4.7.x-1.x, 4.7.x-2.x.
this can probably be done in a better way in D6, given the improved multistep workflow. for now, this fix is small, simple, and does the job.
Comment #3
(not verified) commented