/** {@inheritDoc} */
 public function setDescription($description)
 {
     $this->changedProperties['bodyPreview'] = true;
     parent::setDescription($description);
 }