Added
5.23.54 2023-04-28
- login form: added password visibility toggle for UB auth type
- added localization for Lithuanian language (lt)
5.23.53 2023-04-24
- 'UTableEntity': added the ability to pass additional properties of the 'UDatePicker' for the range filter
Changed
5.23.52 2023-04-13
UTableEntity
: Edit
action was renamed to Open
Fixed
5.23.55 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
5.23.54 2023-04-28
UNavbar
: fixed multiple components adding to the prependSlot
5.23.53 2023-04-24
- Remove margins for
UFormRow
inside UToolbar
to fix vertical alignment issue.
Useful, when place a custom selector or filter straight in toolbar as a form row.
UIconPicker
now can be used with v-model
- see UIconPicker example
5.23.52 2023-04-13
- CodeMirror: stop propagation for Ctrl+Del key combination, to avoid frustration when a form containing CodeMirror
displays record deletion confirmation dialog.
Added
5.24.36 2023-04-28
- added localization for Lithuanian language (lt)
Changed
5.24.34 2023-04-13
- ExtJS grid XLSX export - if render function is defined - always transform cell value using render function.
Before this fix value is transformed only for null/undefined/0
Fixed
5.24.37 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
Added
5.23.49 2023-04-28
- added localization for Lithuanian language (lt)
Changed
5.23.49 2023-04-28
- the first letter of the cdn_classifieritem caption and captionSingular in the English localization from Cyrillic to Latin
5.23.47 2023-04-13
- the first letter of the cdn_personsocialstatus caption in the Ukrainian localization from Latin to Cyrillic
5.23.46 2023-04-04
- ignore validation of
cdn.organization.accessAddGovByRoles
ubs_settings key for superuser`s
Fixed
5.23.50 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
Added
5.23.13 2023-04-04
- added closing of TCP socket in case of error during mail sender login
Added
5.23.54 2023-04-28
- added localization for Lithuanian language (lt)
Fixed
5.23.55 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
Added
5.23.1 2023-04-24
5.23.0 2023-04-17
Changed
5.23.1 2023-04-24
Deprecated
5.23.1 2023-04-24
Removed
5.23.1 2023-04-24
Added
5.23.24 2023-04-28
- added localization for Lithuanian language (lt)
5.23.23 2023-04-04
- for
CERT2
(available in UB EE) authentication the watchdog for token availability is added,
in case user is logged in using hardware tokens.
If token is ejected from USB slot, user will be logged out in ~30 second.
Can be disabled by ubConfig.uiSettings.adminUI.authenticationCert.preventLogoutOnKeyEjected: true
.
Fixed
5.23.25 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
Added
5.24.19 2023-04-28
- added localization for Lithuanian language (lt)
5.24.18 2023-04-24
- added
caption
localization for autogenerated aclRlsStorage entities [UBDF-15768]
Fixed
5.24.20 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
5.24.17 2023-04-04
- on low-memory environment prevent random "Something wrong in entity JSON" exception followed by "FreeRootedValue"
which very rarely happens during program initialization
Added
5.23.45 2023-04-28
- added localization for Lithuanian language (lt)
Fixed
5.23.46 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
Added
5.24.16 2023-04-24
- new command
changePassword
to change user password from console while server is shut downed. Example:
ubcli changePassword -forUser admin -newPwd newAdminPwd
Added
5.23.48 2023-04-28
- added localization for Lithuanian language (lt)
Fixed
5.23.49 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
Added
5.23.49 2023-04-28
- added localization for Lithuanian language (lt)
Fixed
5.23.50 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
Added
5.23.46 2023-04-28
- added localization for Lithuanian language (lt)
5.23.45 2023-04-24
ubs_settings.loadKey / loadKeys
for keys of type Boolean
will return true
for value === "true" || "1",
and false
for "false" || "0". Before these changes, the values "0" and "1" were not converted to Boolean.
Fixed
5.23.47 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
Added
5.23.38 2023-04-28
- added localization for Lithuanian language (lt)
Fixed
5.23.39 2023-04-28
- localization for Lithuanian language (lt) is actually Latvian (lv)
Added
5.23.18 2023-04-24
ws.addRow
can add rows with grouping - new parameter outlineLevel. Example:
ws.addRow(['outlineLevel 1', '445', 2048], columnTemplate, {outlineLevel: 1})
ws.addRow(['outlineLevel 2', '445', 2048], columnTemplate, {outlineLevel: 2})
ws.addRow(['outlineLevel 2', '445', 2048], columnTemplate, {outlineLevel: 2})
Fixed
5.23.19 2023-04-28
- fix
ws.addRow
with outlineLevel