ListController: get rid of global import history

This commit is contained in:
Thomas Gelf 2016-06-26 15:48:39 +02:00
parent 3b4b85374d
commit 4c70a61060
2 changed files with 0 additions and 14 deletions

View File

@ -21,14 +21,6 @@ class ListController extends ActionController
$this->prepareAndRenderTable('importsource');
}
public function importrunAction()
{
$this->setImportTabs()->activate('importrun');
$this->view->title = $this->translate('Import runs');
$this->view->stats = $this->db()->fetchImportStatistics();
$this->prepareAndRenderTable('importrun');
}
public function syncruleAction()
{
$this->view->addLink = $this->view->qlink(

View File

@ -140,12 +140,6 @@ abstract class ActionController extends Controller
'label' => $this->translate('Import source'),
'url' => 'director/list/importsource'
)
)->add(
'importrun',
array(
'label' => $this->translate('Import history'),
'url' => 'director/list/importrun'
)
)->add(
'syncrule',
array(