Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

2.0.2 Auto Reply Attachments BUG

Quote Reply
2.0.2 Auto Reply Attachments BUG
Hi,

There's a bug with the users Auto-Reply attachments.

If you upload a couple of images (or three) and then select one of them to delete and press "delete selected" - the software deletes ALL of the attachments.

Can you post a fix here?

Cheers,
Regan.


Quote Reply
Re: 2.0.2 Auto Reply Attachments BUG In reply to
Did you see this one Alex? Scott?

Cheers,
R.


Quote Reply
Re: 2.0.2 Auto Reply Attachments BUG In reply to
Hey Regan,

I think it might be a template bug. Open up options_areply.htm in the template dir. Close to the bottom of the file you will see this form field:

<input type="submit" name="do=email-attach-delete;page=options_areply.htm;do=options-autoreply-save" value="Delete">

I changed mine to this:

<input type="submit" name="do=email-attach-delete;page=options_areply.htm" value="Delete">

and it seems to fix/patch the problem. Let me know if that works for you.

Regards,
Charlie


Quote Reply
Re: 2.0.2 Auto Reply Attachments BUG In reply to
Hi Charlie,

Yip, that fixed it! Bug exterminated! :)

R.


Quote Reply
Re: 2.0.2 Auto Reply Attachments BUG In reply to
Another thing,

This fix also needs to be done to the options_areply_html.htm template - which is the template IE5.5 users will use if they're composing in html format with the editor.

Cheers,
R.