fix: use proper owner source
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -78,7 +78,9 @@ class DeckJsonService extends ABoardImportService {
|
|||||||
|
|
||||||
public function mapMember($uid): ?string {
|
public function mapMember($uid): ?string {
|
||||||
$ownerMap = $this->mapOwner($uid);
|
$ownerMap = $this->mapOwner($uid);
|
||||||
if ($uid === $this->getImportService()->getData()->owner && $ownerMap !== $this->getImportService()->getData()->owner) {
|
$sourceId = ($this->getImportService()->getData()->owner->primaryKey ?? $this->getImportService()->getData()->owner);
|
||||||
|
|
||||||
|
if ($uid === $sourceId && $ownerMap !== $sourceId) {
|
||||||
return $ownerMap;
|
return $ownerMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user