@unitybase/adminui-vue #

Added #

7.0.20 2025-09-02 #
  • new ubConfig.uiSettings.adminUI.allowNotFiltersForNullable (env variable UB_ALLOW_NOT_FILTERS_FOR_NULLABLE) setting to control availability of notIn and notEqual filters in UTableEntity for nullable and JSON attributes

Fixed #

7.0.20 2025-09-02 #
  • UModal - max height depend on viewport and top/bottom margin, then scrollable are inside body
  • UToolbar show only actions with handler
  • UTableEntity FilterColumn - fix default value so it does not show warning (by setting it same as FilterItem)

@unitybase/adminui-reg #

Added #

7.0.12 2025-09-02 #
  • new partial with parameter uiSettings.adminUI.allowNotFiltersForNullable added into @unitybase/adminui-reg

@unitybase/cdn #

Fixed #

5.24.67 2025-09-09 #
  • added non-unique index on cdn_organization.OKPOCode (regression from 2022-08-81 when isUnique was set to false for this attribute)

@unitybase/openid-connect #

Added #

5.24.52 2025-09-09 #
  • SECURITY improve security by specifying origin while passing auth data to main pase after authorizing on OpenID provider

Fixed #

5.24.52 2025-09-09 #
  • fixed broken redirect to main page after authorizing on OpenID provider in case callback request from provider does not contain origin header (Azure)

@unitybase/org #

Changed #

5.24.69 2025-09-09 #
  • prevent opening two user (uba_user) form for the same user in case one opened from Users shortcut and another - from employee form "Open User Profile" action

@unitybase/ub-pub #

Added #

5.24.38 2025-09-03 #
  • new method UB.xhr.allowAllRequestReiteration (for advanced usage only)

@unitybase/uba #

Fixed #

5.24.56 2025-09-09 #
  • prevent opening two employee (uba_employee) form for the same employee in case one opened from "Employees of Our Organizations" shortcut and another - from User form "Open Employee Card" action

@unitybase/ubcli #

Fixed #

5.25.79 2025-09-03 #
  • DDL generator (Oracle, Postgres): fix random and unexpected primary key recreation for complex primary keys (for example - many table PK) by adding order by field position
5.25.78 2025-09-02 #
  • ubcli mail: made --cc and --bcc params optional