Project

General

Profile

Actions

Feature #49739

closed

Add filter for available records in a multiple value selector

Added by Marc Bastian Heinrichs over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
Start date:
2013-07-06
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #57109: Cleanup and styling for enableMultiSelectFilterTextfield and multiSelectFilterItemsClosedMarc Bastian Heinrichs2014-03-20

Actions
Actions #1

Updated by Ernesto Baschny over 10 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.

Actions #2

Updated by Marc Bastian Heinrichs over 10 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. :-)

Actions #3

Updated by Gerrit Code Review over 10 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 over 10 years ago

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
);

Actions #5

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24671

Actions #6

Updated by Marc Bastian Heinrichs over 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review over 10 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

Actions #8

Updated by Marc Bastian Heinrichs over 10 years ago

  • Status changed from Under Review to Resolved
Actions #9

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF