Ticket #494 (closed bug: fixed)

Opened 4 months ago

Last modified 4 months ago

Check contact when calling the send_mail_form template immediately

Reported by: gbastien Assigned to: gbastien
Priority: minor Milestone:
Component: Product contacts Keywords:
Cc:

Description

When we call the send_mail_form template to send an email to a contact "directly" by the url (like send_mail_form?contact=contact123) there is no test on the "contact" so if the contact is wrong, the send mail form is displayed but respond "Unable to send an email"... We should test and redirect to the contact_list if the contact does not exist...

Change History

09/23/08 14:25:45 changed by gbastien

  • owner set to gbastien.
  • status changed from new to assigned.

09/23/08 14:25:52 changed by gbastien

  • status changed from assigned to closed.
  • resolution set to fixed.

Done...