/** * Redirect after edit. * * (non-PHPdoc) * * @see ComBaseControllerService::_actionEdit() */ protected function _actionEdit(KCommandContext $context) { $result = parent::_actionEdit($context); $this->registerCallback('after.edit', array($this, 'redirect')); }