Feature #24842
closedNeed a hook to alter list rendering of special fields
0%
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)
Updated by Georg Ringer almost 14 years ago
sorry no clue what are you talking about. where do you want what? changing the label of a field?
Updated by Thomas Kowtsch almost 14 years ago
The problem is to change the output of field content in the BE list view; such as adding text to existing date values (e.g., replace the "(-10 days)" by "(this quarter)", add icons for special days).
To do this, a hook needs to provide the original fields and values to decide if something needs to be changed or if not.
Updated by Alexander Opitz almost 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
Hi,
as this issue is very old. Do you need this hooks in newer versions of TYPO3?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.