Hello everyone,
We’ve recently upgraded our application to A12 version 2025.06-ext4 and have run into a sorting issue that we can’t seem to resolve.
Problem: We have document models with fields of type IEnumerationType. The possible options for these fields are defined in a separate TypeDefinition.
Before the upgrade, we could make an API call to retrieve documents and sort them based on one of these IEnumerationType fields. The API would correctly return the documents sorted according to the alphabetical order of the options.
After upgrading, the same API call no longer sorts the documents by the specified IEnumerationType field. The documents are returned in an unsorted order. The sorting functionality for other field types appears to be unaffected.
Question: Has anyone else experienced similar issues with IEnumerationType sorting after this upgrade? We’re looking for recommendations on how to debug this. Are there any known breaking changes or new configuration steps required in 2025.06-ext4 to make sorting by IEnumerationType fields work as it did before?
Any help or pointers would be greatly appreciated.
Thanks