ImportrunTable: link to new controller
This commit is contained in:
parent
ec80dc9d87
commit
bc231f983b
|
@ -20,7 +20,7 @@ class ImportrunTable extends QuickTable
|
|||
|
||||
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()
|
||||
|
|
Loading…
Reference in New Issue