Fix #188 - Support reference parameter for sorting in JPA server

This commit is contained in:
James Agnew 2015-06-22 14:41:43 -04:00
parent 9c89eb2dee
commit ccc49e975f
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
Generic/fluent client and JPA server now both support _lastUpdated search parameter
which was added in DSTU2
</action>
<action name="fix">
<action name="fix" issue="188">
JPA server now supports sorting on reference parameters. Thanks to
Vishal Kachroo for reporting that this wasn't working!
</action>