ImportsourceController: do not show status unless...
...we show them
This commit is contained in:
parent
204972eb7e
commit
b5d6139893
|
@ -107,7 +107,9 @@ class ImportsourceController extends ActionController
|
||||||
|
|
||||||
$this->prepareTabs($id)->activate('history');
|
$this->prepareTabs($id)->activate('history');
|
||||||
$this->view->title = $this->translate('Import run history');
|
$this->view->title = $this->translate('Import run history');
|
||||||
$this->view->stats = $this->db()->fetchImportStatistics();
|
|
||||||
|
// TODO: temporarily disabled, find a better place for stats:
|
||||||
|
// $this->view->stats = $this->db()->fetchImportStatistics();
|
||||||
$this->prepareTable('importrun');
|
$this->prepareTable('importrun');
|
||||||
$this->view->table->enforceFilter(Filter::where('source_id', $id));
|
$this->view->table->enforceFilter(Filter::where('source_id', $id));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue