Nuclos 4.42 upgrade notes: special measures to observe when updating.

globe with meridians Language: Deutsch · English

open book Notes on Nuclos 4.42

Special upgrade notes for Nuclos 4.42 beyond the regular release notes.

On this page

This page was machine-translated from German as a first draft and is currently under review. The authoritative source remains the German original (see the language switch above).

The notes on this page highlight special changes that require separate mention beyond the release notes. This applies in particular when upgrading to a new Nuclos release requires certain additional preceding or subsequent measures that must be observed to avoid unwanted behavioral changes or side effects introduced by new features.

Currently the web client shows a warning that an object was not found on any uninitialized state of the EO.

This behavior is confusing for users, especially during page build-up when the initialization state can still change.

The following steps are to be taken:

  • Clearer display of the loading state of the result list during page build-up or when changing the search parameters
  • Show 'object not found' only when an object was actually requested directly



Since the ag-grid update to version 23.1.0, the popup editors used are no longer displayed above but below the cell being edited.
The ICellEditorComp interface provides the getPopupPosition function for this purpose. If 'over' is returned here, the popup editor overlays the cell being edited.
A bug regarding this function was fixed in 23.1.1.
The update to this version now also makes it possible to use the editor for date fields in the popup (see NUCLOS-7760).
Boolean fields still must not be edited in a popup editor.