bug5014: adjusted custom field serializer for ExpeditionDeviceConfiguration so that it handles security info

This commit is contained in:
Axel Uhl
2020-06-16 19:00:31 +02:00
parent b0bd5d2f12
commit 5238891b57
5 changed files with 33 additions and 16 deletions
@@ -118,5 +118,4 @@ public class ExpeditionDeviceConfiguration extends NamedImpl implements SecuredD
public final void setOwnership(final OwnershipDTO ownership) {
this.securityInformation.setOwnership(ownership);
}
}