Changes with Gentics ANDP 8.3.2 -

03.09.2025


Enhancement ANDP-475 Link to this entry

Enhanced and improved performance and efficiency of the ExpertSearchTable. Divided the whole ExpertSearchTable into meaningful subcomponents, introduced a PureComponent, and implemented a set of memoizations/callbacks to better manage re-renders and state changes, avoiding repetitive and unnecessary re-renders of expensive components. Also added detailed documentation for each component (related to ExpertSearchTable) and for blocks of code that arent self-explanatory. Did NOT change logic and workflow or any styling of the ExpertSearchTable.


Enhancement ANDP-495 Link to this entry

Introduced a wrapper for all component types with type-specific classNames, enabling pseudo-class styling through the new custom-style.css. Documentation and usage instructions are avaliable in the custom styling guide on euca.cloud.
Also support for tooltip hover options with the following style classes:

  • tooltipButton, tooltipIcon: base style for the tooltip and its icon
  • tooltipButtonActive, tooltipIconActive: active/hovering style for the tooltip and its icon

Bugfix ANDP-479 Link to this entry

Fixed an issue where clearing a date field with the delete button did not reset its state, causing the value to reappear after navigating to the next state and back.


Bugfix SUP-18804 Link to this entry

Show stand error overlay, if some unknown error occured during the submit prosess.


Bugfix ANDP-465 Link to this entry

Implemented dynamic schema name placeholder resolution when loading the service catalog GraphQL query.


Bugfix ANDP-489 Link to this entry

Updated submit form flow to use postSubmitForm at the end instead of preSubmit.


Bugfix ANDP-490 Link to this entry

Fix the following things: Stop loading animation on failed form submit. Show SubmitOverlay with close button that only closes the overlay (not navigating back) on error, update data correctly if hasValidationErrors is true and valid JSON response is returned


Bugfix SUP-18899 Link to this entry

Forms: Datepicker delete icon is now hidden if the field is readonly


Bugfix ANDP-491 Link to this entry

Auto-expand aggregates with errors: Aggregates containing validation errors on a page are now automatically expanded when actions (e.g. navigating to the next page) trigger those errors. Consistent error focus: Fixed an issue where the first error element was not always correctly highlighted. The first element now consistently follows the order defined in the uiSchema.


Bugfix SUP-18909 Link to this entry

The incorrect display of the detailed view of the aggregate when ShowOnlyFirstLine is set to True/False has been fixed.


Bugfix SUP-18591 Link to this entry

Fixed an issue where importing old exported Forms Schmeas (old format without formGridSchema) into FormStaging caused duplicate form grid elements (such as text blocks and spacers).


Bugfix SUP-18915 Link to this entry

Forms: Fixed redirect for forms with target URL on init or validate


Bugfix SUP-18734 Link to this entry

Business case filtering now behaves as expected.


Bugfix SUP-18719 Link to this entry

Fixed Windows compatibility for styles-src build scripts.


Bugfix SUP-18905 Link to this entry

The error that aggregate elements with renderingType catalog were displayed incorrectly in the summary has been fixed.


Bugfix SUP-18884 Link to this entry

The bug that caused the web tooltip to sometimes shift position when scrolling and/or trigger a page jump has been fixed.


Bugfix SUP-18898 Link to this entry

Fix stylesheet class inconsistency for aggregate delete button hover state: aggDeleteButtonContentOnHover now correctyl applies styles when hovering on the delete button.


Bugfix SUP-18933 Link to this entry

Fixed validation of Number Input element on blur.


Bugfix ANDP-497 Link to this entry

Fixed updateOnChange when switching between input elements.


Bugfix SUP-18871 Link to this entry

Fixed: Crash when adding a new aggregate item caused by hooks defined in helper functions (moved hooks back into React components, resolving the Rendered more Hooks exception). Changed: Refactored code for the aggregate item indicator animation (left-side line) output remains unchanged.


Bugfix ANDP-484 Link to this entry

Fix: Replaced hardcoded styles for the checkbox icon with customizable style sheet classes (checkboxIcon). Added: Extended styling options for the disabled state (and all its variations) of the Boolean Element:

  • disabledCheckbox
  • selectedDisabledCheckbox
  • disabledCheckboxLabel
  • selectedDisabledCheckboxLabel

Bugfix SUP-18950 Link to this entry

The title of the upper aggregate is no longer displayed incorrectly.


Bugfix ANDP-485 Link to this entry

Fix: Made the active state of Input and Dropdown Elements placeholder customizable – removed hardcoded styling.


Bugfix SUP-18948 Link to this entry

Added missing web drag&drop feature on binaryelement and fixed file delete bug (missing updateState).


Bugfix SUP-18937 Link to this entry

Fixed the issue where Authentication from FO to BO would throw a ClassCastException.


Bugfix SUP-18946 Link to this entry

Fixed layout and spacing of buttons and tag-type in formgrid so that it does not overflow and block other buttons.


Bugfix Link to this entry

CMS: Removed organisations/cases/messages/tasks portal application calls from standard andp cms implementation because data is loaded via endpoints since 8.3


Bugfix SUP-18799 Link to this entry

Fixed text positioning in preconditions overlay.