Feature #8503
sorting of values after userfunction in called for filters
| Status: | New | Start date: | 2010-06-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
when fetching data from an external db, the data is sorted by quantity which is not nice im some cases for example if you have a list of names.
the function where this should be is here:
controller/filter/options/class.tx_ptlist_controller_filter_options_base.php
in the defaultAction function after $this->renderPossibleValues().