Bug #69934
closedMeaningless or wrong add-button in list-module
100%
Description
There is a wrong tooltip in list-module, on hovering the button for creating a new record on not sortable records.
The tooltip is: "Create new record after this record"
But sorting is not available for this kind of records (e.g. backend users).
So there are 2 possible solutions:
1) The button is meaningless, because all buttons have the same action like the top-button. So at best it should be removed. A temporary solution could be to rename the tooltip to "New record".
2) Otherwise, the button should copy the options from the source-record. From my point of view, it doesn't do that at the moment. E.g. for the user records, it works only for one setting named "Mount from groups".
See: https://forge.typo3.org/issues/35693
Updated by Riccardo De Contardi about 9 years ago
Or maybe the button "create new record after this record" could be removed from records that are not sortable (e.g. for Language records and System News records it is already absent )
Updated by Georg Ringer almost 9 years ago
Riccardo: this button is also used to make new records based on others, by checking
$GLOBALS['TCA'][$table]['ctrl']['useColumnsForDefaultValues']@
I will push a patch
Updated by Gerrit Code Review almost 9 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/45195
Updated by Georg Ringer almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 85df77938cb60aeac902ce5433c546fc0058c72b.