ON!TRACK UNITE V1.0.25 RELEASE
Release Date: 28.02.2026
Bug Fixes
Fix: getListAsset Failure When scanCodeType Is Null
Fixed an issue where getListAsset failed if scanCode was present but scanCodeType was null/empty.
Changes:
- Added service-layer validation
- Default fallback assignment
- DB/mapping consistency checks
- Updated DTO serialization to prevent null propagation
- Covered with unit and integration tests
Impact: No breaking changes to existing consumers.
Enhancements
Enhancement: Correct Hilti Service Attachment Handling in Unite APIs
Issue:
Unite Get List History Services returned attachmentCount = 0 and no attachment details for Hilti system services due to reliance on the AM history endpoint.
Update:
- Integrated Unite with Orch endpoints for Hilti services
- Get List now returns correct
attachmentCount - Get By Id enhanced to return full
serviceAttachments - Enabled direct POD-to-POD communication for internal service calls
- Added tests for Hilti/non-Hilti and attachment edge cases
Notes:
- Attachment details remain available only via Get By Id
- No breaking changes; backward compatible