Skip to content

Commit

Permalink
[Backport 12.4] [BUGFIX] Correct indentation for toctree in Select/Tr…
Browse files Browse the repository at this point in the history
…ee (#832)

[BUGFIX] Correct indentation for toctree in Select/Tree

This now displays the links correctly. Before a rendering warning occurred.

Releases: main, 12.4, 11.5

Co-authored-by: Chris Müller <[email protected]>
  • Loading branch information
github-actions[bot] and brotkrueml authored Oct 22, 2023
1 parent f3609a4 commit fcb3fa9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/ColumnsConfig/Type/Select/Tree/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ with database tables that have a hierarchical structure. The properties :ref:`tr
<columns-select-properties-treeconfig>` and
:ref:`foreign_table <columns-select-properties-foreign-table>` are mandatory and must be provided to establish the
connection to the relevant database table. Optionally, you can also use
:ref:`items <columns-select-properties-items>` or :ref:`itemsProcFunc
:ref:`items <columns-select-properties-items>` or :ref:`itemsProcFunc
<tca_property_itemsProcFunc>` to pass the values, but these are not
sufficient on their own. The top-level item in the tree will always represent
the descriptive name of the table.

Regarding joining several tables, the :php:`selectTree` render type can handle multiple
tables through the configuration options.
tables through the configuration options.

.. include:: /Images/Rst/SelectTree1.rst.txt


.. toctree::
.. toctree::
:titlesonly:

Examples
Properties
Examples
Properties

0 comments on commit fcb3fa9

Please sign in to comment.