Skip to content

Commit

Permalink
Fixed compatibility with symfony/router ^5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chives committed Feb 12, 2021
1 parent 9671ab0 commit a15c3ce
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 a15c3ce

Please # to comment.