@unitybase/adminui-vue #

Added #

5.24.24 2024-09-16 #
  • UTableEntity: sorting can be hidden via hideActions prop (action code is sort)
5.24.23 2024-09-09 #
  • UTableEntity: ability to cancel data loading from beforeInitialLoad hook
  • UTableEntity: emptyTableVisible prop to hide 'No Data' string in empty tables
  • USelectEntity: Property option was introduced to the configuration object of buildEditConfig prop. This likely enables the use of a specific option in the context of the form, providing additional functionality or customization, for example, calculate form code based on mi_unityEntity etc.
  • processing.load: add misc({ __openForm: true }) to the main entity request

Fixed #

5.24.24 2024-09-16 #
  • UTableEntity: appendTable slot now not blocked by errorMessage
  • authorization page now inject localization of @ub-d/cloud-crypto model in case CERT2 authorization method in enabled. This fix showing of empty cryptoAPI selection dialog if several crypto provider is available
  • UTableEntity: unsubscribe only from entity lookups which was subscribed previously
5.24.23 2024-09-09 #
  • several fixes to UPdfViewerExt (advanced PDF viewer)
  • UFile: fixed error when renderer is not defined in refs for empty document attribute after form save

@unitybase/ub-pub #

Added #

5.24.15 2024-09-16 #
  • localization key "Auth2faMessage4EMail" for 2FA via email

Chores #

5.24.15 2024-09-16 #
  • improved documentation for connection event entity_name:changed (added unsubscribe)

@unitybase/uba #

Fixed #

5.24.18 2024-09-16 #
  • fix error Cannot set properties of undefined (setting 'actions') in ALS form in case role does not exist [UBDF-18813]

@unitybase/ubs #

Fixed #

5.24.21 2024-09-09 #
  • ubs_numcounter.getRegnumLoosely: counter value, persisted into DB for NEW key now contains an incremented one (instead of current). This prevents counters intersection for newly added keys in case of server failure