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