IDEMPIERE-3448 Request don't send notice messages to internal users
This commit is contained in:
parent
c663b563b4
commit
60a9930755
|
@ -361,7 +361,7 @@ public class RequestEventHandler extends AbstractEventHandler implements Managed
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (X_AD_User.NOTIFICATIONTYPE_Notice.equals(NotificationType)
|
if (X_AD_User.NOTIFICATIONTYPE_Notice.equals(NotificationType)
|
||||||
&& AD_Role_ID >= 0)
|
&& AD_Role_ID < 0)
|
||||||
{
|
{
|
||||||
if (s_log.isLoggable(Level.CONFIG)) s_log.config("No internal User: " + Name);
|
if (s_log.isLoggable(Level.CONFIG)) s_log.config("No internal User: " + Name);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue