Bachir Soussi Chiadmi b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter 5 роки тому
..
css b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter 5 роки тому
src b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter 5 роки тому
tests 272fa07ccf updated contrib modules 6 роки тому
LICENSE.txt 4dca28199c updated migration to add workflow state and also skipe notice pages, added favicon, improved admin views 6 роки тому
README.txt b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter 5 роки тому
composer.json 272fa07ccf updated contrib modules 6 роки тому
views_bulk_edit.info.yml b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter 5 роки тому
views_bulk_edit.libraries.yml 4dca28199c updated migration to add workflow state and also skipe notice pages, added favicon, improved admin views 6 роки тому
views_bulk_edit.module 272fa07ccf updated contrib modules 6 роки тому

README.txt

Introduction
------------

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


Requirements
------------

Views Bulk Edit requires Views Bulk operations module to be installed.


Installation
------------

Install as any other Drupal 8 module.


Configuration
-------------

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.