fixed blacklisted field name, addresses #295
parent
5a04198eac
commit
f54dddd8c0
|
@ -43,7 +43,7 @@ import com.google.gson.JsonSerializer;
|
||||||
@Component("clientEntityViewAdmins")
|
@Component("clientEntityViewAdmins")
|
||||||
public class ClientEntityViewForAdmins extends AbstractClientEntityView {
|
public class ClientEntityViewForAdmins extends AbstractClientEntityView {
|
||||||
|
|
||||||
private Set<String> blacklistedFields = ImmutableSet.of("additionalProperties");
|
private Set<String> blacklistedFields = ImmutableSet.of("additionalInformation");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return
|
* @return
|
||||||
|
|
Loading…
Reference in New Issue