Skip to content

Commit 68cd845

Browse files
committed
Removed Ordering for API Keys
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
1 parent 22f242f commit 68cd845

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alpine-model/src/main/java/alpine/model/Permission.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public class Permission implements Serializable {
8686
private List<ManagedUser> managedUsers;
8787

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

0 commit comments

Comments
 (0)