Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions reference/en/06-Admin-Generator.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -563,11 +563,7 @@ The executed method received the primary keys of the selected objects via the
*Default value*: `{ _edit: ~, _delete: ~ }`

The `object_actions` option defines the list of actions that can be executed
on each object of the list. The list of actions is an associative array which
keys are the route names and values an array of methods:

[yml]
object_actions: { publish: get, publishBis: [get, post] }
on each object of the list.

If you don't define an `action`, the admin generator will look for a method
named after the camel-cased name prefixed by `executeList`.
Expand Down