Relase Notes 2026.2

The 2026.2 release introduces three new features and two fixes.

FEATURE: User API DataPage Extended Support for Filters and Sorts

We added extended support for specifying filter and sort parameters on the User API DataPage endpoint, enabling clients to request custom filtering and sorting similar to the internal ORIGAM API. Now it is not necessary any more to create a separate endpoint for each filter and sort setup and you can use parameters in the request body.

To use this feature you need to allow it using the parameter AllowCustomFilters in the XsltDataPage. More on that function you can find in its documentation.

FEATURE: Close modal windows on escape

This micro-feature just closes modal windows on pressing escape. It should only be added to modal windows where pressing the escape is not ambiguous. So probably not to yes-no dialogues.

FEATURE: Keyboard Shortcut for Search Function

Another micro-feature that provides the client application with a the capability of quickly invoking the search window using the ctrl+f shortcut. Users of all search-extensive projects will be happy with this.

FIX: Duplicate key error inserting OrigamTraceWorkflowStep

We fixed an issue where inserting trace workflow steps could fail with a primary key violation (duplicate key) and related foreign key conflict when tracing workflows via the user API. This fix improves workflow trace handling and prevents the HTTP 500 error.

FIX: Path.Combine was incorrectly used for model path

Resolved an issue in Architect 2025.10 where expanding a menu binding dropdown could fail with an “Illegal characters in path” error due to System.IO.Path.Combine being used to build model paths containing characters such as “<>”. The fix removes the incorrect use of Path.Combine for model paths and restores the ability to list menu items in the dropdown.