Actions
Bug #80396
closedlist module: Strange behavior with special fields
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2017-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There are multiple issues with the special fields "_REF_", "_CONTROL_", "_CLIPBOARD_", ...
- in DatabaseRecordList::fieldSelectBox there are special fields defined, but your selection can't be respected as AbstractDatabaseRecordList::generateList only respects 2 of them.
- The special CONTROL do not need to be in the list as DatabaseRecordList::getTable add it anyway (and is maybe later removed if noControlPanels)
- The special REF is only added if "dontShowClipControlPanels" is not true, which makes no sense (this attribute is true if you select something else then normal clipboard)
- In 6.2 it also depended on MOD_SETTINGS['bigControlPanel'] why it was more or less always on unlike in v7/8
- The special CLIPBOARD is automaticaly set if schowClipboard is true, so also do not need to be in the list of DatabaseRecordList::fieldSelectBox
Updated by Christian Eßl over 4 years ago
- Related to Epic #90676: Clipboard related bugs and features added
Updated by Daniel Windloff about 4 years ago
- Related to Story #82206: list module enhancements/bugfixes added
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/+/65501
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65478
Updated by Daniel Windloff about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 96e6bba99bfb80020f73f630ad58c870c1fca337.
Actions