Continuum

Creating a Mail notifier incorrectly allows only spaces in the email address

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.3.2 (Beta)
  • Fix Version/s: 1.3.2 (Beta)
  • Component/s: Notifier - Mail, Web - UI
  • Labels:
    None
  • Environment:
    Firefox 3
    Ubuntu 8.10
  • Complexity:
    Intermediate
  • Number of attachments :
    1

Description

When create a mail Notifier allows mail with only white spaces and without the option 'Send a mail to latest committers'.

Activity

Hide
Jose Morales Martinez added a comment -

Updated expresion of validation.

  address == "" 

updated to

  address.trim() == "" 
Show
Jose Morales Martinez added a comment - Updated expresion of validation.
  address == "" 
updated to
  address.trim() == "" 
Hide
Maria Catherine Tan added a comment -

Fixed in revision 756540. Thanks!

Show
Maria Catherine Tan added a comment - Fixed in revision 756540. Thanks!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: