Feature #95146
closedStory #82206: list module enhancements/bugfixes
Keep selection of records when switching to single table view
0%
Description
In the list module (with a numeric clipboard enabled) one can select multiple records with checkboxes. That selection is not transferred when switching to the single table view. What happens to me quite often is the following case:
- Go to list view
- Select the items where I want to edit just the headers
- Note that I cannot edit just the headers in the multi-table view
- Go to single table view
- ... now I need to reselect the records
(another possible solution could be to allow editing single fields via multi-table view already).
Updated by Gerrit Code Review over 3 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/+/71081
Updated by Gerrit Code Review over 3 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/+/71081
Updated by Oliver Bartsch over 3 years ago
- Related to Bug #95225: Several issues with the clipboard added
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to New
Abandoned the patch. I initially thought this is only about the problem of not being able to switch to single table view, after records were moved to clipboard (which is resolved in #95225).
Keeping the selection on switching to single table view or adding additional actions is indeed a feature request. Therefore I change the status to "New" again since we need to wait for v12.
Updated by Christian Kuhn 12 days ago
- Status changed from New to Closed
- Priority changed from Should have to Won't have this time
Hey.
I hope it is ok to close here with "won't have this time" for now. It feels to me transferring the 'selected' state from multi-table view to single-table view isn't really trivial codewise with the state transition of multiple tables and its probably not trivial from an UX point as well.
It feels as if this should be thought through in a more detailed way before such an idea is picked up again.
I hope it is ok to close here for now. Let's restart with a fresh issue in case this is picked up again.