Skip to content

Commit e56cfc7

Browse files
[TASK] Language checks
1 parent 9d8af25 commit e56cfc7

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_ShowIfEmpty.rst.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
:Default: false
77

88
.. versionchanged:: 14.2
9-
Starting with TYPO3 14.2 relational fields are hidden when no selectable
10-
items are available. This option can be used to disable the behaviour.
9+
Starting with TYPO3 14.2, relational fields are hidden when no selectable
10+
items are available. Option `showIfEmpty` will disable this behaviour.
1111

12-
By default a field of type `select` and any render type is hidden when no
13-
select items are available. Setting `showIfEmpty` to true, shows the field
12+
By default, `select` fields and any render types are hidden when no
13+
select items are available. Setting `showIfEmpty` to true displays the field
1414
even if no options are available.
1515

1616
.. code-block:: php
1717
:caption: EXT:my_extension/Configuration/TCA/Overrides/pages.php
1818
1919
$GLOBALS['TCA']['pages']['columns']['some_select_field']['config']['showIfEmpty'] = true;
2020
21-
Possible reasons, why no select items are available:
21+
Possible reasons why no select items are available:
2222

23-
* `foreign_table <https://docs.typo3.org/permalink/t3tca:confval-select-tree-foreign-table>`_
24-
was used and the referenced table has no records or none matching the
23+
* a `foreign_table <https://docs.typo3.org/permalink/t3tca:confval-select-tree-foreign-table>`_
24+
is used and the referenced table has no records or none matching the
2525
`foreign_table_where <https://docs.typo3.org/permalink/t3tca:confval-select-tree-foreign-table-where>`_.
26-
* `foreign_table <https://docs.typo3.org/permalink/t3tca:confval-select-tree-foreign-table>`_
27-
was used and the currently logged in user has not permissions for the
28-
referenced table or all of it records.
29-
* All items have been hidden via page TSconfig, for example via
26+
* a `foreign_table <https://docs.typo3.org/permalink/t3tca:confval-select-tree-foreign-table>`_
27+
is used and the currently logged in user has no permissions for the
28+
referenced table or its records.
29+
* All items have been hidden via page TSconfig, for example,
3030
`removeItems <https://docs.typo3.org/permalink/t3tsref:tceform-removeitems>`_
3131
or `keepItems <https://docs.typo3.org/permalink/t3tsref:confval-tceform-keepitems>`_
32-
is inproperly configured.
32+
are inproperly configured.
3333
* The `itemsProcessors <https://docs.typo3.org/permalink/t3tca:confval-select-tree-itemsprocessors>`_
3434
or `itemsProcFunc <https://docs.typo3.org/permalink/t3tca:confval-select-tree-itemsprocfunc>`_
3535
had no result.

0 commit comments

Comments
 (0)