-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] #101554 - Remove MM_hasUidField (#834)
Resolves: TYPO3-Documentation/Changelog-To-Doc#631 Releases: main
- Loading branch information
1 parent
f2bca76
commit 74834da
Showing
5 changed files
with
57 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
Documentation/ColumnsConfig/CommonProperties/Multiple.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
.. include:: /Includes.rst.txt | ||
.. _tca_property_multiple: | ||
.. include:: /Includes.rst.txt | ||
.. _tca_property_multiple: | ||
|
||
======== | ||
multiple | ||
======== | ||
|
||
.. confval:: multiple | ||
.. confval:: multiple | ||
|
||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] | ||
:type: boolean | ||
:Scope: Display / Proc. | ||
:Types: :ref:`group <columns-group>`, :ref:`select <columns-select>` | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] | ||
:type: boolean | ||
:Scope: Display / Proc. | ||
:Types: :ref:`group <columns-group>`, :ref:`select <columns-select>` | ||
|
||
Allows the *same item* more than once in a list. | ||
Allows the *same item* more than once in a list. | ||
|
||
If used with bidirectional MM relations it must be set for both the native | ||
and foreign field configuration. | ||
If used with bidirectional MM relations it must be set for both the native | ||
and foreign field configuration. | ||
|
||
The property :ref:`MM_hasUidField <tca_property_MM_hasUidField>` must be set | ||
whenever `multiple` is used. Otherwise sorting and removing relations will | ||
be buggy. | ||
.. versionchanged:: 13.0 | ||
The property :ref:`MM_hasUidField <tca_property_MM_hasUidField>` is | ||
obsolete. It had to be defined previously when using `multiple`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters