Every time I remove the default text (to prevent it showing on a short SMS notification) i return to the template edit form to find the default text has returned!

The main culprit being the long footer default message of:

This is an automatic message from [site-name]
To manage your subscriptions, browse to [subscriptions-manage]
You can unsubscribe at [unsubscribe-url]

I cannot remove this from the footer default text box. The current workaround is to stick a '.' in the default textarea. Not nice.

CommentFileSizeAuthor
#1 messaging_original.patch2.61 KBJacobSingh

Comments

JacobSingh’s picture

Version: 6.x-2.3 » 6.x-2.x-dev
Priority: Normal » Major
StatusFileSize
new2.61 KB

I'm moving the priority since I think this is pretty bad.

Here's a patch which fixes this. The code is a little hairy in there and this would be better replaced with ctools exportables. But if you've got to use it, here's a fix.

JacobSingh’s picture

Priority: Major » Minor

Just noticed the help text... you can use <none>.

I think this is still a bug for UX reasons because when you load it, empty ones are not so it is not intuitive at all.

greggles’s picture

Priority: Minor » Normal

I spent a long time confused by this as well. I suggest it's at least normal to review and consider using empty instead of <none>.