Actions
Bug #84845
closedAdditional parameter(record field) needed for processTranslateTo_copyAction function
Start date:
2018-04-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
processTranslateTo_copyAction is a nice hook for custom translation options.
It will be great to provide a fourth parameter , the 'field' parameter for this function. Because for the localisation of records, we need to know which field is passed to the hook, and then we can decide whether we need to translate that field or not.
It's simple as adding a fourth parameter to the processTranslateTo_copyAction function as follows:
$hookObj->processTranslateTo_copyAction($row[$fN], $langRec, $this, $fN);
Updated by Wouter Wolters over 6 years ago
- Is duplicate of Bug #84844: Additional parameter(record field) needed for processTranslateTo_copyAction function added
Actions