Skip to content

Commit

Permalink
Merge pull request PrestaShop#34901 from Hlavtox/clickable-address
Browse files Browse the repository at this point in the history
Make address row clickable
  • Loading branch information
Hlavtox authored Dec 22, 2023
2 parents a141b79 + f5eaff2 commit 9ac3a85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ protected function getColumns(): ColumnCollectionInterface
'route' => 'admin_addresses_edit',
'route_param_name' => 'addressId',
'route_param_field' => 'id_address',
'clickable_row' => true,
])
)
->add(
Expand Down

0 comments on commit 9ac3a85

Please sign in to comment.