ListController: get rid of global import history
This commit is contained in:
parent
3b4b85374d
commit
4c70a61060
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue