This patch adds a setting to make the "personal message field" optional. Please note that this is different from "allowing" the personal message field. The default value for this setting is true, so this shouldn't affect existing installations.

This patch should also work around the problem described here.

CommentFileSizeAuthor
forward_required_message.patch1.79 KBkoenvw

Comments

rszrama’s picture

+1 to this change. I was confused by the language "Allow" vs. the behavior of the form. I wonder if it would be better to make it a radios element, though, with the options:

  1. Do not allow personal messages.
  2. Allow a personal message.
  3. Require a personal message.

Then there's no confusion about the two checkboxes.

rszrama’s picture

Title: Personal Message Field Validation Does not Respect #required » Provide option for personal messages to be disabled, enabled, and required
Category: bug » feature
Status: Needs review » Needs work

Further input... fwiw, if the field is required, there's no good reason to check in the validate handler if it's actually been filled in unless you trim spaces off the end of the message to see if actual text was included. Also, this is a feature request and needed a more descriptive title.

marcrobinsone’s picture

Hi Guys,

I peaked at the current -dev release, but it seems that this is not going to be part of it any time soon.

Do we have any plans to incorporate this feature request for the next release?

Cheers.

seanr’s picture

A version of this will be in the next release (later today).

seanr’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.