protected function redirectAfterDelete($ps_table)
 {
     caSetRedirect(caNavUrl($this->getRequest(), 'administrate/setup/interface_editor', 'InterfaceEditor', 'Edit', array('ui_id' => $this->opn_ui_id)));
 }
 /**
  * Redirects to a sensible location after a record delete. Defaults to the last find action
  * for the current table, which depending on the table may not be available. Can be
  * overridden in subclasses/implementations.
  * @param string $ps_table table name
  */
 protected function redirectAfterDelete($ps_table)
 {
     caSetRedirect($this->opo_result_context->getResultsUrlForLastFind($this->getRequest(), $ps_table));
 }