We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f242f commit 68cd845Copy full SHA for 68cd845
alpine-model/src/main/java/alpine/model/Permission.java
@@ -86,7 +86,6 @@ public class Permission implements Serializable {
86
private List<ManagedUser> managedUsers;
87
88
@Persistent(mappedBy = "permissions")
89
- @Order(extensions = @Extension(vendorName = "datanucleus", key = "list-ordering", value = "username ASC"))
90
@JsonIgnore
91
private List<ApiKey> apiKeys;
92
0 commit comments