Task #92128
closedDatabaseRecordList: Drop hook to modify searchFields
100%
Description
The TCA configuration searchFields in the ctrl section has been
introduced in TYPO3 4.6.
This configuration allows to set columns. Those columns are
taken into account by the search in the TYPO3 backend.
To enable a smooth transition between TYPO3 4.5 and 4.6, the hook
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['mod_list']
['getSearchFieldList'] has been introduced as well. It allows
to set the searchFields for the list module's search.
As this transition should be finished now, the hook could be
removed. Extension authors should set the searchFields via
the TCA configuration.
Updated by Gerrit Code Review about 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65502
Updated by Gerrit Code Review about 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65502
Updated by Daniel Windloff about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dd26f656315854380d5afbf925f61c38652823aa.