Opened 18 months ago
Closed 18 months ago
#8871 closed defect (bug) (fixed)
Unable to send message after fixing missing fields
Reported by: | dave.pullig | Owned by: | imath |
---|---|---|---|
Milestone: | 11.2.0 | Priority: | normal |
Severity: | normal | Version: | 11.1.0 |
Component: | Messages | Keywords: | has-patch commit |
Cc: |
Description
When a user tries to send a message with no subject or content, or attempts to reply to a message with a blank response and clicks Send/Send Reply, the following error messages are displayed:
Please add a subject to your message. Please add some content to your message. Your reply was not sent. Please enter some content.
The Send/Send Reply buttons are also disabled; however these are not enabled again if the user populates the missing field(s) meaning they can't send a message.
I can replicate this on a clean WordPress install with just BuddyPress & Twenty TwentyThree.
Change History (6)
This ticket was mentioned in PR #90 on buddypress/buddypress by @imath.
18 months ago
#2
- Keywords has-patch added
Make sure to reset the sending status on sent reply/message errors so that it's possible to use the reply/message form again.
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8871
Hi @davepullig
Thanks for your report, I’ll look at it asap.