isCreatedBySystem()) return false; if($this->getRecord()->owner > 0) return $this->getRecord()->owner === $user->getId(); else return $this->getOwner()->canBeModifiedBy($user); } }