Skip to content

Commit e6b0e58

Browse files
authored
fix:(jans-auth-server): fixed client's sortby #3075 (#3079)
1 parent cd876b4 commit e6b0e58

File tree

1 file changed

+1
-1
lines changed
  • jans-auth-server/common/src/main/java/io/jans/as/common/model/registration

1 file changed

+1
-1
lines changed

jans-auth-server/common/src/main/java/io/jans/as/common/model/registration/Client.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @author Javier Rojas Blum
3131
* @version October 17, 2022
3232
*/
33-
@DataEntry(sortBy = {"clientName"})
33+
@DataEntry(sortBy = {"displayName"})
3434
@ObjectClass(value = "jansClnt")
3535
@JsonInclude(JsonInclude.Include.NON_NULL)
3636
public class Client extends DeletableEntity implements Serializable {

0 commit comments

Comments
 (0)