only in patch2: unchanged: --- a/core/modules/help_topics/help_topics/views.overview.html.twig +++ b/core/modules/help_topics/help_topics/views.overview.html.twig @@ -26,7 +26,7 @@ related:
  • {% trans %}Advanced > Exposed form: if you have exposed filters or sorts, how to display the form to the user.{% endtrans %}
  • {% trans %}What are bulk operations?{% endtrans %}

    -

    {% trans %}Views using a table display format can include a bulk operations form, which allows users with sufficient permission to select one or more items from the view and apply an administrative action to them. The bulk actions available are specific to the base data type of the view; for example, a view of content items could support bulk publishing and unpublishing actions. If you have the core Actions module installed, see the related topic "Configuring actions" for more about actions.{% endtrans %}

    +

    {% trans %}Views using a table display format can include a bulk operations form, which allows users with sufficient permission to select one or more items from the view and apply an administrative action to them. The bulk actions available are specific to the base data type of the view; for example, a view of content items could support bulk publishing and unpublishing actions. If you have the core Actions UI module installed, see the related topic "Configuring actions" for more about actions.{% endtrans %}

    {% trans %}Managing views overview{% endtrans %}

    {% trans %}The core Views module handles the display of views, and the core Views UI module allows you to create, edit, and delete views in the administrative interface. See the related topics listed below for specific tasks (if the Views UI module is installed).{% endtrans %}

    {% trans %}Additional resources{% endtrans %}

    only in patch2: unchanged: --- a/core/modules/help_topics/help_topics/views_ui.bulk_operations.html.twig +++ b/core/modules/help_topics/help_topics/views_ui.bulk_operations.html.twig @@ -16,7 +16,7 @@ related: {% endset %} {% set views_permissions = render_var(help_route_link(views_permissions_link_text, 'user.admin_permissions.module', {'modules': 'views_ui'})) %}

    {% trans %}Goal{% endtrans %}

    -

    {% trans %}Add one or more existing actions as bulk operations to an existing table-style view. If you have the core Actions module installed, see the related topic "Configuring actions" for more information about actions.{% endtrans %}

    +

    {% trans %}Add one or more existing actions as bulk operations to an existing table-style view. If you have the core Actions UI module installed, see the related topic "Configuring actions" for more information about actions.{% endtrans %}

    {% trans %}Who can edit views?{% endtrans %}

    {% trans %}The core Views UI module will need to be installed and you will need {{ views_permissions }} permission in order to edit a view.{% endtrans %}

    {% trans %}Steps{% endtrans %}