ImportrunTable: one more thing todo
This commit is contained in:
parent
bcbe321063
commit
fa155d4738
|
@ -56,6 +56,7 @@ class ImportrunTable extends QuickTable
|
|||
|
||||
public function getBaseQuery()
|
||||
{
|
||||
// TODO: Store row count to rowset
|
||||
$db = $this->connection()->getConnection();
|
||||
|
||||
$query = $db->select()->from(
|
||||
|
|
Loading…
Reference in New Issue