Important
You are browsing documentation for version 5.0 of OroCommerce, OroCRM, and OroPlatform, maintained until August 2024 and supported until March 2026. See version 5.1 (the latest LTS version) of the Oro documentation for information on latest features.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Action Extension
This extension is responsible for configuring actions for the datagrid. You can easily add action types and then place the configuration for actions under the actions
node.
Actions
type is a required option for the action configuration. You can control action access by adding the acl_resource
node to each action (this parameter is optional).
Ajax
Ajax performs an ajax call by the given URL.
action_name:
type: ajax
link: PROPERTY_WITH_URL # required
Delete
Delete performs the DELETE ajax request by the given URL.
action_name:
type: delete
link: PROPERTY_WITH_URL # required
confirmation: true|false # should confirmation window be shown