Changed
5.24.1 2024-01-31
- UTableEntity/store.js - updateData logic. Removing record from the record list if we're actually deleting record or if record does not match whereList conditions
5.24.0 2024-01-01
- Signatures Verification results dialog now display Dates with timezone (Example: "07.12.2023, 13:13:25 GMT+2" instead of "07.12.2023, 13:13:25")
Fixed
5.24.0 2024-01-01
portal:resetUI
event now is fired only when globally resetting UI settings (not for an individual component or property)
Chores
5.24.1 2024-01-31
- Fixed code comments:
fount
-> found
Fixed
5.24.73 2024-01-31
EntityGridPanel
: prevent exception during refreshing a one row in case form is destroying
Chores
5.24.73 2024-01-31
- Fixed code comments:
fount
-> found
Changed
5.24.1 2024-01-31
- Navigation shortcuts:
- Replaces
access
with defaultAccess
, so that administrators may REMOVE access for users,
so that they won't see that desktop
- package now depends on
@unitybase/ub-migrate
>= 1.30.1 (defaultAccess support in navigation.yml)
- Remove excessive
access
for shortcuts - it is inherited from parent nodes, no need to copy-paste it
- Removed excessive
displayOrder
in most of the cases, rely on automatic numbering,
this also fixed a few errors with manual numbering
Added
5.24.0 2024-01-01
- new formatting pattern
dateTimeFullWithTz
for UB.formatter.formatDate
- returns DateTime representation with timezone
UB.formatter.formatDate(d, 'dateTimeFullWithTz') // "07.12.2023, 13:13:25 GMT+2"
UB.formatter.formatDate(d, 'dateTimeFull') // "07.12.2023, 13:13:25"
Chores
5.23.24 2024-01-31
- Fixed code comments:
fount
-> found
Fixed
5.24.0 2024-01-01
org_execgroup
form: user with localOrgManager
role should see only own parent organizations
org_department
and org_staffunit
: set captions based on user session language (fixed incorrect captions when system default
language differs from user session language)
Added
5.25.17 2024-01-01
ubConfig.schema.json
: added new database connection property maxParams4FlatIn
entity.schema.json
: added new attribute property preferInline
Chores
5.24.1 2024-01-31
- Fixed code comments:
lenght
-> length
Added
5.25.17 2024-01-01
ubcli generateDDL
:
- added support for
include
in dbExtension indexes definition: MS SQL, Postgres. Not supported by SQLite3 and Oracle - index will be created w/o include
- added support for
filter
in dbExtension indexes definition: MS SQL, Postgres, SQLite3. Not supported by Oracle - index NOT created at all (ignored)
- for SQLite3: implemented
DROP INDEX
Chores
5.24.1 2024-01-31
- Fixed code comments:
fount
-> found