Skip to content

Commit

Permalink
Update actions.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Jul 2, 2024
1 parent 35953b5 commit 389b12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ If you do that, EasyAdmin will inject a DTO with all the batch action data::

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

.. _actions-integrating-symfony:

Expand Down

0 comments on commit 389b12a

Please sign in to comment.