DirectorDatafield: ignore uuid and originalId...
...on diff
This commit is contained in:
parent
b7e887b251
commit
915f57db99
|
@ -169,6 +169,8 @@ class DirectorDatafield extends DbObjectWithSettings
|
|||
foreach ($candidates as $candidate) {
|
||||
$export = $candidate->export();
|
||||
CompareBasketObject::normalize($export);
|
||||
unset($export->uuid);
|
||||
unset($plain->originalId);
|
||||
if (CompareBasketObject::equals($export, $plain)) {
|
||||
return $candidate;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue