Important
You are browsing upcoming documentation for version 6.1 of OroCommerce, scheduled for release in 2025. Read the documentation for version 6.0 (the latest LTS version) to get up-to-date information.
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