Skip to content
Snippets Groups Projects
Commit 3ccf5931 authored by felmer's avatar felmer
Browse files

SSDM-5724:missing @JsonIgnore annotation added

SVN: 38925
parent 595bdb22
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ public class RoleAssignment implements Serializable, ISpaceHolder ...@@ -87,6 +87,7 @@ public class RoleAssignment implements Serializable, ISpaceHolder
this.id = id; this.id = id;
} }
@JsonIgnore
public Person getUser() public Person getUser()
{ {
if (getFetchOptions() != null && getFetchOptions().hasUser()) if (getFetchOptions() != null && getFetchOptions().hasUser())
...@@ -101,6 +102,7 @@ public class RoleAssignment implements Serializable, ISpaceHolder ...@@ -101,6 +102,7 @@ public class RoleAssignment implements Serializable, ISpaceHolder
this.user = user; this.user = user;
} }
@JsonIgnore
public AuthorizationGroup getAuthorizationGroup() public AuthorizationGroup getAuthorizationGroup()
{ {
if (getFetchOptions() != null && getFetchOptions().hasAuthorizationGroup()) if (getFetchOptions() != null && getFetchOptions().hasAuthorizationGroup())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment