Skip to content

Fix: OXUIB-2522: Enterprise picker defaults to descending sort order

Root cause:

Related issues: https://jira.open-xchange.com/browse/MWB-2196 https://jira.open-xchange.com/browse/OXUIB-2371

Before the fixes of the aforementioned issues special sorting ignored the "sort" parameter and thus always returned ascending order. By introducing those fixes the sort order is now correctly considered and thus the search query with order: 'desc' is "correctly" evaluated (reverse alphabetical order).

Solution:

Use correct parameter for search query order: 'asc' Closes OXUIB-2522

Merge request reports