Skip to content
Snippets Groups Projects
Select Git revision
  • 3.x
  • 8.x-2.x
  • 8.x-1.x
  • wip-generic-entity-support
  • 3.0.0
  • 8.x-2.9
  • 8.x-2.8
  • 8.x-2.7
  • 8.x-2.6
  • 8.x-2.5
  • 8.x-2.4
  • 8.x-2.3
  • 8.x-2.2
  • 8.x-2.1
  • 8.x-2.0
  • 8.x-2.0-rc2
  • 8.x-2.0-rc1
  • 8.x-2.0-beta4
  • 8.x-2.0-beta3
  • 8.x-2.0-beta2
  • 8.x-2.0-beta1
  • 8.x-2.0-alpha2
  • 8.x-2.0-alpha1
  • 8.x-1.0-beta1
24 results

README.md

Blame
  • Samata  soni's avatar
    Issue #3339231: Update README.md file according to "README.md template"
    Samata soni authored and Julian Pustkuchen committed
    2c9753d9
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Views Bulk Edit

    Views Bulk Edit allows modifying field values of a selected list of entities of any type. It works with Drupal core actions as well as the Views Bulk Operations (VBO) module, offering all of its benefits like batching, ability to select all view results or persistent selection across pages.

    For a full description of the module, visit the [project page] https://www.drupal.org/project/views_bulk_edit

    Submit bug reports and feature suggestions, or track changes in the [issue queue] https://www.drupal.org/project/views_bulk_edit

    Contents of this file

    • Requirements
    • Installation
    • Configuration
    • Maintainers

    Requirements

    Views Bulk Edit works with Drupal core but can also be used with the Views Bulk Operations module.

    Installation

    Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

    Configurations

    1. Create or edit any view, the most convenient display type for end user in case of VBO views is Table.
    2. Add a "Views bulk operations" field (global), available on all entity types, if not already added.
    3. Check the "Modify field values" action.
    4. (Optional) Define a "bulk_edit" form mode for the entity bundles that you wish to be able to bulk edit. Under the "Form modes" page at /admin/structure/display-modes/form you can add a new form mode. If it uses the machine name "bulk_edit", the form for the "Modify field values" action will use that form mode to determine what fields are available for bulk editing.