Skip to content

Commit 2017028

Browse files
author
Hüseyin Mert
authored
add routeparameters param
#877 (comment)
1 parent 182591c commit 2017028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Grid/Grid.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public function initialize()
346346

347347
// Route
348348
if (null != $config->getRoute()) {
349-
$this->setRouteUrl($this->router->generate($config->getRoute()));
349+
$this->setRouteUrl($this->router->generate($config->getRoute(), $routeParameters));
350350
}
351351

352352
// Columns

0 commit comments

Comments
 (0)