Bachir Soussi Chiadmi b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter 5 rokov pred
..
css b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter 5 rokov pred
src b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter 5 rokov pred
tests 272fa07ccf updated contrib modules 6 rokov pred
LICENSE.txt 4dca28199c updated migration to add workflow state and also skipe notice pages, added favicon, improved admin views 6 rokov pred
README.txt b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter 5 rokov pred
composer.json 272fa07ccf updated contrib modules 6 rokov pred
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 rokov pred
views_bulk_edit.libraries.yml 4dca28199c updated migration to add workflow state and also skipe notice pages, added favicon, improved admin views 6 rokov pred
views_bulk_edit.module 272fa07ccf updated contrib modules 6 rokov pred

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.