Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 389b12a

Browse files
authored
Update actions.rst
1 parent 35953b5 commit 389b12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/actions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ If you do that, EasyAdmin will inject a DTO with all the batch action data::
463463

464464
As an alternative, instead of injecting the ``BatchActionDto`` variable, you can
465465
also inject Symfony's ``Request`` object to get all the raw submitted batch data
466-
(e.g. ``$request->request->get('batchActionEntityIds')``).
466+
(e.g. ``$request->request->all('batchActionEntityIds')``).
467467

468468
.. _actions-integrating-symfony:
469469

0 commit comments

Comments
 (0)