ImportrunTable: link to new controller

This commit is contained in:
Thomas Gelf 2015-07-26 15:40:14 +02:00
parent ec80dc9d87
commit bc231f983b

View File

@ -20,7 +20,7 @@ class ImportrunTable extends QuickTable
protected function getActionUrl($row) protected function getActionUrl($row)
{ {
return $this->url('director/now/where', array('id' => $row->id)); return $this->url('director/importrun', array('id' => $row->id));
} }
public function getTitles() public function getTitles()