Form/mount: added param openInBackgroundTab to mountTab. If true - the tab with a newly opened form does not become active.
Default is false and new tab is activated.
SignatureVerificationResult view: in case signature is invalid and library provide some reason this reason will be shown in ()
For example: Signature invalid (Неверный сертификат OSCP сервера)
lookups.js: onEntityChange for delete event - in case response resultData do not contains ID, get it from
response object not from resultData of response object
UDropdown: in case dropdown is placed into HTML attribute with position: sticky/absolute/fixed then it it shown in full size (not cropped to the outer elements bounds as before)
ub-icons iconic font uses fixed character code for each icon, so adding new icons do not broke unicode codes for old icons.
in case title property is defined in nav shortcut JSON - use it, otherwise - use a ubm_navshortcut.caption for title.
Before this fix ubm_navshortcut.caption always overrides title.
BREAKING login for user who not assigned to employee allowed only for superusers
(users admin and root = uba_common.isSuperuser()). Before these changes' logon without
an employee is allowed for members of Admin group.
EventEmitter.defaultMaxListeners increased from 10 to 20. This removes warning then event emitter are used for
by JS mixins (EAV etc) to adds :after and :before events - in this case listeners count can exceed 10
default login page top logo URL changed from /models/ub-pub/img/ub-login-logo.png to models/ub-pub/img/login-logo.svg.
For any app we recommend to change uiSettings.loginWindowTopLogoURL to a logo for your app and not to use default logo.
application.customSettings.mailerConfig section now defined in model partial config
and automatically merged into main config (starting from ub@5.18.12). See README.md for
environment variables list.