Skip to content

Commit

Permalink
add routeparameters param
Browse files Browse the repository at this point in the history
  • Loading branch information
Hüseyin Mert authored Feb 12, 2017
1 parent 182591c commit 2017028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grid/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public function initialize()

// Route
if (null != $config->getRoute()) {
$this->setRouteUrl($this->router->generate($config->getRoute()));
$this->setRouteUrl($this->router->generate($config->getRoute(), $routeParameters));
}

// Columns
Expand Down

0 comments on commit 2017028

Please sign in to comment.