Skip to content

Commit

Permalink
Removed Ordering for API Keys
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
  • Loading branch information
Gepardgame committed Feb 11, 2025
1 parent 361affb commit 6736490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alpine-model/src/main/java/alpine/model/Permission.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public class Permission implements Serializable {
private List<ManagedUser> managedUsers;

@Persistent(mappedBy = "permissions")
@Order(extensions = @Extension(vendorName = "datanucleus", key = "list-ordering", value = "username ASC"))
@JsonIgnore
private List<ApiKey> apiKeys;

Expand Down

0 comments on commit 6736490

Please sign in to comment.