Skip to content

Commit

Permalink
Merge pull request #110 from chives/2.1
Browse files Browse the repository at this point in the history
Fixed compatibility with symfony/router ^5.0
  • Loading branch information
szymach authored Feb 15, 2021
2 parents 9671ab0 + a15c3ce commit 59b80a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataGrid/Extension/Symfony/ColumnType/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function initOptions(): void

$this->actionOptionsResolver->setDefaults([
'redirect_uri' => true,
'absolute' => false,
'absolute' => UrlGeneratorInterface::ABSOLUTE_PATH,
'url_attr' => [],
'content' => null,
'parameters_field_mapping' => [],
Expand Down

0 comments on commit 59b80a6

Please # to comment.