Commit 22a39eb4 authored by catch's avatar catch
Browse files

Issue #3343600 by quietone, DanielVeza: Move help topics to actions module

parent 1ab5db03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ related:
<h2>{% trans %}How are actions executed?{% endtrans %}</h2>
<p>{% trans %}In the core software, actions can be executed through a <em>bulk operations form</em> added to a view; if you have the core Views module installed, see the related topic "Managing content listings (views)" for more information about views and bulk operations.{% endtrans %}</p>
<h2>{% trans %}Configuring actions overview{% endtrans %}</h2>
<p>{% trans %}The core Actions UI module provides a user interface for listing and configuring actions. The core Views UI module provides a user interface for creating views, which may include bulk operations forms for executing actions. See the related topics listed below for specific tasks.{% endtrans %}</p>
<p>{% trans %}The Actions UI module provides a user interface for listing and configuring actions. The core Views UI module provides a user interface for creating views, which may include bulk operations forms for executing actions. See the related topics listed below for specific tasks.{% endtrans %}</p>
<h2>{% trans %}Additional resources{% endtrans %}</h2>
<ul>
  <li><a href="https://www.drupal.org/documentation/modules/action">{% trans %}Online documentation for the Actions UI module{% endtrans %}</a></li>
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ top_level: true
related:
  - block.overview
  - views_ui.bulk_operations
  - action.overview
  - user.overview
---
<h2>{% trans %}What is a view?{% endtrans %}</h2>
+0 −2
Original line number Diff line number Diff line
---
label: 'Adding a bulk operations form to a view'
related:
  - action.overview
  - action.creating
  - views.overview
  - views_ui.create
  - user.overview