This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      When checking for an existing email address for a user the proper getAdress() method is not being used:

      GitChangeSet.java, Line 274
      if (fixEmpty(csAuthorEmail) != null && user.getProperty(Mailer.UserProperty.class)==null)
      

      should look like:

      if (fixEmpty(csAuthorEmail) != null && user.getProperty(Mailer.UserProperty.class).getAddress())
      

            Assignee:
            Nicolas De Loof
            Reporter:
            Matthias Richter
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: