Alexander Tsvetkov created SYNCOPE-1305:
-------------------------------------------
Summary: Users and Groups ordering over derived attributes doesn't
work.
Key: SYNCOPE-1305
URL: https://issues.apache.org/jira/browse/SYNCOPE-1305
Project: Syncope
Issue Type: Bug
Reporter: Alexander Tsvetkov
When I order Users over plain attribute, it work perfectly.
When I order Users over derived attributes, the returned Users are not ordered
at all.
In swagger the following requests return the same result:
{noformat}
http://localhost:8080/syncope/rest/users?page=1&size=10&orderby=Composed%20asc
http://localhost:8080/syncope/rest/users?page=1&size=10&orderby=Composed%20desc{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)