aggiunto controllo se email è nulla
This commit is contained in:
@@ -352,6 +352,12 @@ public abstract class BaseEntityExporter implements IEntityExporter {
|
||||
|
||||
case EMAIL:
|
||||
|
||||
if (UtilityString.isNullOrEmpty(wtbUserInfo.getEmail()) &&
|
||||
UtilityString.isNullOrEmpty(wtbUserInfo.getEmailCc()) &&
|
||||
UtilityString.isNullOrEmpty(wtbUserInfo.getEmailCcn())) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (UtilityString.isNullOrEmpty(entityExportResponse.getMessageSubject())) {
|
||||
entityExportResponse.setMessageSubject("INVIO " + type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user