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) {
|
foreach ($candidates as $candidate) {
|
||||||
$export = $candidate->export();
|
$export = $candidate->export();
|
||||||
CompareBasketObject::normalize($export);
|
CompareBasketObject::normalize($export);
|
||||||
|
unset($export->uuid);
|
||||||
|
unset($plain->originalId);
|
||||||
if (CompareBasketObject::equals($export, $plain)) {
|
if (CompareBasketObject::equals($export, $plain)) {
|
||||||
return $candidate;
|
return $candidate;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue