Download the PHP package default-value/akeneo-inline-edit-bundle without Composer
On this page you can find all versions of the php package default-value/akeneo-inline-edit-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download default-value/akeneo-inline-edit-bundle
More information about default-value/akeneo-inline-edit-bundle
Files in default-value/akeneo-inline-edit-bundle
Package akeneo-inline-edit-bundle
Short Description Add ability to enable inline edit for Akeneo PIM product grid
License MIT
Homepage https://github.com/DefaultValue
Informations about the package akeneo-inline-edit-bundle
AkeneoInlineEditBundle
AkeneoInlineEditBundle provides ability to edit product attributes from Products Grid.
Installation
Step 1: Install bundle with composer
Step 2: Enable the bundle
Step 3: Add bundle routing to app/config/routing.yml
Configuration
Datagrid
Set following properties in datagrid
configuration:
1) Set rowAction
to false (to disable default row Action):
2) Add to properties
configuration following options:
3) Set column property editable
to true:
Note: Editable columns should have the same name as attribute code. E.g. product has attribute name
and no attribute title
which comes with default grid configuration.
ACL
Action for updating attribute value has defined AclAncestor - default_value_inline_edit_update_value
.
So, you are able to configure the roles that have permission to edit product from Products Grid.
More details about ACL and permissions configuration you can find in Akeneo documentation.
Limitation
Bundle supports following types of attributes:
- Number
- Text Area
- Text
- Price (only for USD currency)