Added suids field to the list of always change if differ list.
This commit is contained in:
@@ -228,6 +228,10 @@ final class StateEntity implements StateInterface
|
||||
$this->updateValue('parent', $entity);
|
||||
}
|
||||
|
||||
if ($this->suids !== $entity->suids) {
|
||||
$this->updateValue('suids', $entity);
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user