Feature #49739
closedAdd filter for available records in a multiple value selector
Added by Marc Bastian Heinrichs over 11 years ago. Updated about 7 years ago.
100%
Files
filter_a.png (5.35 KB) filter_a.png | Marc Bastian Heinrichs, 2013-10-13 12:04 | ||
filter_b.png (4.2 KB) filter_b.png | Marc Bastian Heinrichs, 2013-10-13 12:04 | ||
filter_c.png (3.8 KB) filter_c.png | Marc Bastian Heinrichs, 2013-10-13 12:04 |
Updated by Ernesto Baschny about 11 years ago
- Status changed from New to Needs Feedback
MaBa, will you work on this still, or why is this assigned to you? If you want to, I propose to come with a solution where the filter field is right above the select box just like you proposed. This has to be configurable per TCA setting as this probably doesn't make sense on every field of that type.
If you don't have time to work on that in the next few months, please unassign from yourself and remove Target Version, as this is not high priority for 6.2 (but indeed a nice-to-have).
Consider that we will be probably postponing feature freeze by some time, so you might be able to make it in time still.
Updated by Marc Bastian Heinrichs about 11 years ago
Ernesto Baschny wrote:
MaBa, will you work on this still, or why is this assigned to you? If you want to, I propose to come with a solution where the filter field is right above the select box just like you proposed. This has to be configurable per TCA setting as this probably doesn't make sense on every field of that type.
Hey Ernesto,
as you can see in #10738 I already have a patch for this. And for sure it is configurable in TCA. But it was for a older version and ATM I don't know were it is. I think it is on a other computer which doesn't run ATM. But I have a backup were it should be in.
If you don't have time to work on that in the next few months, please unassign from yourself and remove Target Version, as this is not high priority for 6.2 (but indeed a nice-to-have).
It was the plan to provide a patch right before feature freeze. :-)
Updated by Gerrit Code Review about 11 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24671
Updated by Marc Bastian Heinrichs about 11 years ago
- File filter_a.png filter_a.png added
- File filter_b.png filter_b.png added
- File filter_c.png filter_c.png added
Added the patch and some screenshots.
Example configuration for typo3conf/extTables.php:
$GLOBALS['TCA']['fe_users']['columns']['usergroup']['config']['enableMultiSelectFilterTextfield'] = TRUE; $GLOBALS['TCA']['fe_users']['columns']['usergroup']['config']['multiSelectFilterItems'] = array( array('', 'show all'), array('test', 'test'), // LLL: is also supported );
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24671
Updated by Marc Bastian Heinrichs about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dd023e6b1393866cdc8fb37eef52644c2fdcf3db.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24727
Updated by Marc Bastian Heinrichs about 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 1f3d603ead078202fac7b0054d7b089033283b6b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed