mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
added test case for fuzzy boat class matcher for new iQFOil alias names
This commit is contained in:
@@ -2322,7 +2322,7 @@ implements ReplicableSecurityService, ClearStateTestSupport {
|
||||
boolean setServerGroupAsOwner, final String displayName) {
|
||||
boolean wasNecessaryToMigrate = false;
|
||||
final OwnershipAnnotation owner = this.getOwnership(identifier);
|
||||
// initialize ownerships on migration and fix objects that were orphaned by e.g. deleting the owning user/group
|
||||
// initialize ownerships on migration and fix objects that were orphaned by setting the owning user/group
|
||||
if (owner == null
|
||||
|| owner.getAnnotation().getTenantOwner() == null && owner.getAnnotation().getUserOwner() == null) {
|
||||
final UserGroup tenantOwnerToSet = setServerGroupAsOwner ? this.getServerGroup() : null;
|
||||
|
||||
Reference in New Issue
Block a user