10.7
v10.7.0 - 2026-04-14
Added
-
HFF-11529: HFF-11529: Reachout Logging: Include Submission Error details in dialog (Task) (Task)
If the form fails to submit due to an error, the error message now includes the following details: • Trace ID – corresponds to the Item ID • Timestamp – the client’s current date and time, including time zone (e.g.,2025-11-13T10:08:00+01)
Tags: -
HFF-11913: OpenLayers-based map can now be used directly as a form control (Task)
The newOLMapControlfollows the same configuration model as the existing OL map feature, including:- WMTS basemap support (e.g., Basemap Wien via
WMTSCapabilities) - WFS layer support with auto-detection and optional zoom-to-layer on load
- Configurable map center and zoom
- Optional features like marker placement and snapshot creation
- Additional controls such as geolocation and map navigation
- A hook for custom initialization logic via
onMapReady
This enables consistent, configurable interactive maps inside forms across the app.
Tags: - WMTS basemap support (e.g., Basemap Wien via
Changed
-
HFF-11951: Added basemap selection and bounding box control (Task)
Tags:Core -
HFF-11957: Improved handling of transmission errors form uploads (Task)
Tags:Reachout -
HFF-11958: Fixed error dialog to prevent dismissal and ensure error details are captured (Task)
Tags:Reachout -
HFF-11972: Added admin edit functionality to Extended Read feature (Task)
Administrators can now edit forms they don't own through the Extended Read feature. When viewing another user's form, admins can click an edit button to change form ownership and status. The changes are immediately applied and the status workflow is triggered as expected.
Tags:Core -
HFF-12003: Improved Excel export performance and timeout issues (Bug)
Fixed performance problems with Excel exports that were causing timeouts on the server. Large forms with many fields will now export significantly faster and more reliably. The system also better handles empty or missing field values during export.
Tags:Node Module -
HFF-12024: Fixed white screen issue when loading new webapp versions (Bug)
Resolved an issue where users would encounter a white screen when opening the web application after a new version was deployed. The application now properly handles version updates in the background without interrupting the user experience. Users will no longer see blank screens during the update process.
Tags:Webapp
Fixed
- HFF-11937: Files bigger then 25 MB could not be set by API because default maxFileSizeMB could not be changed (Bug)
Tags:Node Module