Project

General

Profile

Actions

Defect #32664

open

Adding an empty reply to a forum message does not show any error

Added by Go MAEDA over 4 years ago. Updated about 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Forums
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Steps to reproduce:

1. Open any forum topic and click "Reply"
2. Attach any file and click "Submit"
3. You will see "Successful update" message but the reply is not added. The attachment is silently discarded

Expected behavior:

"Content cannot be blank" error should be shown.


Files

Actions #1

Updated by Yuichi HARADA over 4 years ago

Show any error message when submitting a reply. I attached a patch.
However, I'm worried that if the number of replies increases, the error message, and the reply input fields will be separated.

Actions #2

Updated by Go MAEDA over 4 years ago

Yuichi HARADA wrote:

However, I'm worried that if the number of replies increases, the error message, and the reply input fields will be separated.

You are right. Thank you for pointing it out.

And I found that the behavior that showing an error is not consistent with issues. When updating issues, no error is shown even if note is empty. Its behavior is similar to forums but the only difference is the behavior when adding attachments with an empty note. In the case, attachments are added to the issue.

I think the following behavior is better for forums. It is consistent with the behavior of issues.

  • Empty message without attachments: Almost the same behavior with the current behavior but "Successful update" message should not be shown
  • empty message with attachments: Attach the files instead of discarding them
Actions #3

Updated by Yuichi HARADA over 4 years ago

Go MAEDA wrote:

I think the following behavior is better for forums. It is consistent with the behavior of issues.

  • Empty message without attachments: Almost the same behavior with the current behavior but "Successful update" message should not be shown
  • empty message with attachments: Attach the files instead of discarding them

Thank you for pointing it out. I attached a patch that incorporates the above behaviors.

Actions #4

Updated by Go MAEDA about 4 years ago

  • Target version set to Candidate for next major release
Actions

Also available in: Atom PDF