Skip to content

Commit 86599f9

Browse files
committed
remove note admonition and minor wording fixes
1 parent 716adef commit 86599f9

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

docs/plugin_extensions/reports.rst

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
.. vale off
2-
3-
.. note::
4-
5-
The content for this page requires a major update. The legacy page contains outdated and potentially inaccurate information. You can still access it in the :xref:`legacy repository`.
6-
7-
If you're interested in helping develop the new content for this page and others, consider joining the documentation efforts.
8-
9-
Please read the :xref:`dev docs contributing guidelines` and :xref:`Contributing to Mautic’s documentation` to get started.
10-
11-
.. vale on
12-
131
Reports
142
#######
153

@@ -172,12 +160,12 @@ Each column array can include the following properties:
172160
- SQL formula instead of a column. For example, ``SUBSTRING_INDEX(e.type, \'.\', 1)``.
173161
* - ``link``
174162
- string
175-
- Route name to convert the value into a hyperlink. Typically used with the ID of an entity. The route must accept ``objectAction`` and ``objectId`` parameters.
163+
- Route name to convert the value into a hyperlink. Typically used with an entity's ID. The route must accept ``objectAction`` and ``objectId`` parameters.
176164

177165
Filter definition
178166
=================
179167

180-
Filters are optional. If you don't define them, the system defaults to using the column definitions. However, filters can provide additional options such as dropdown select lists.
168+
Filters are optional. If you don't define them, the system uses the column definitions. However, filters can offer additional options, such as dropdown lists.
181169

182170
Additional filter keys include:
183171

@@ -220,6 +208,4 @@ Mautic dispatches the ``ReportEvents::REPORT_ON_GRAPH_GENERATE`` event to genera
220208
* Clone the base ``QueryBuilder`` to safely manipulate queries for multiple graphs.
221209
* Use the ``LineChart`` and ``ChartQuery`` classes to generate and render graph data.
222210

223-
For supported chart types and options, refer to the ``ChartQuery`` and ``LineChart`` helper classes - located in the :xref:`Mautic CoreBundle Chart Helpers` namespace.
224-
225-
211+
For supported chart types and options, refer to the ``ChartQuery`` and ``LineChart`` helper classes - located in the :xref:`Mautic CoreBundle Chart Helpers` namespace.

0 commit comments

Comments
 (0)