Skip to content

Commit

Permalink
fix:(jans-auth-server): fixed client's sortby #3075 (#3079)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Nov 24, 2022
1 parent cd876b4 commit e6b0e58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Javier Rojas Blum
* @version October 17, 2022
*/
@DataEntry(sortBy = {"clientName"})
@DataEntry(sortBy = {"displayName"})
@ObjectClass(value = "jansClnt")
@JsonInclude(JsonInclude.Include.NON_NULL)
public class Client extends DeletableEntity implements Serializable {
Expand Down

0 comments on commit e6b0e58

Please sign in to comment.