Go to Messages
Create New
Select "No user" as recipient
Enter Title and Subject
Click Send
Error message that I need to select a user (although I'm not sure why there is a No User option)
Empty error div
In 3.4.5 you would get an error message
Save failed with the following error: Invalid recipient
I think here we should have
data-user-value="0"
https://github.com/joomla/joomla-cms/pull/5655/files#diff-8369fe928ed3e29986d8f380ed245ef2R33
although I'm not sure why there is a No User option
Because same modal view is used e.g. in article edit (Created by) or contact edit and these fields are readonly.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-12-13 19:37:03 |
Closed_By | ⇒ | brianteeman | |
Rel_Number | 0 | ⇒ | 8678 |
Relation Type | ⇒ | Related to |
Closed as we have a PR
The issue comes from this PR
#5655