Actions
Feature #24842
closedNeed a hook to alter list rendering of special fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
Today, t3lib_befunc::getProcessedValue has two hooks to pre / postProcess something.
Anyway, these seem not be suitable to do any usefal altering of data: The only parameter is either the TCA column config or the already rendered output and the column config. None of these are telling the columns name or native value.
Thus, having the need to threat some extension fields in a special way in the list view, it would mean to implement the entire field with a userFunc
(issue imported from #M17346)
Actions