mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +01:00
Add necessary transOrigPointerField
This is required by list module, As we define a languageField. Might be a bug, but BackendUtility::translationCount() will fail if 2nd field is missing. Fixed in current TYPO3 master and therefore with v11.3, see: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69180
This commit is contained in:
parent
3c10aa6d10
commit
b6d1189f4d
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ return [
|
|||
'crdate' => 'crdate',
|
||||
'cruser_id' => 'cruser_id',
|
||||
'languageField' => 'sys_language_uid',
|
||||
'transOrigPointerField' => 'l10n_parent',
|
||||
'title' => 'LLL:EXT:tracking/Resources/Private/Language/locallang_tca.xlf:table.pageview',
|
||||
'searchFields' => 'uid, url',
|
||||
'iconfile' => 'EXT:tracking/Resources/Public/Icons/Record/Pageview.svg',
|
||||
|
|
|
@ -10,6 +10,7 @@ return [
|
|||
'crdate' => 'crdate',
|
||||
'cruser_id' => 'cruser_id',
|
||||
'languageField' => 'sys_language_uid',
|
||||
'transOrigPointerField' => 'l10n_parent',
|
||||
'title' => 'LLL:EXT:tracking/Resources/Private/Language/locallang_tca.xlf:table.recordview',
|
||||
'searchFields' => 'uid, url',
|
||||
'iconfile' => 'EXT:tracking/Resources/Public/Icons/Record/Recordview.svg',
|
||||
|
|
Loading…
Reference in a new issue