Esempio n. 1
0
 /**
  * Workaround to disable persistence in updateAction
  *
  * @param null $propertyName
  * @return bool
  */
 public function _isDirty($propertyName = NULL)
 {
     return $this->getIgnoreDirty() ? FALSE : parent::_isDirty($propertyName);
 }
Esempio n. 2
0
 /**
  * Workaround to disable persistence in updateAction
  *
  * @param null $propertyName
  * @return bool
  */
 public function _isDirty($propertyName = null)
 {
     return $this->getIgnoreDirty() ? false : parent::_isDirty($propertyName);
 }