Bulk Editor in JMIX v2

Hi,

We are creating a new application in JMIX v2, we would like to use the bulk editor, but we need to restrict the fields that can be edited. After installing the Bulk editor addon, all fields can be edited, is there any easy way to restrict which field can be bulk edited and which not?

Thank you for the support.

Luis

Hi Luis,

The BulkEditor has a property called includeProperties. It allows to restrict the list of editable fields.

<action id="bulkEditAction" type="bulked_edit">
    <properties>
        <property name="includeProperties" value="username, email"/>
    </properties>
</action>

изображение

Regards,
Sergey.

Thank you, that is great news. I would just recommend to include it in the JMIX Tutorial.