How to setValidationNotificationType

Hi, using JMIX 1.5,

validateFields()
screenValidation.showValidationErrors(this, validationErrors);

shows notifications. But I cannot provide the NotificationType.
How or where can this be set or overwritten?

Thanks,
br
HP

Hello @Eichers ,

You can use the jmix.ui.screen.validation-notification-type property.

For example (application.properties):

jmix.ui.screen.validation-notification-type=TRAY

Regards,
Nikita