Actions
Task #80207
closedCleanup retrieval of hash-value and processing in ReferenceIndex
Start date:
2017-03-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In \TYPO3\CMS\Core\Database\ReferenceIndex the updateRefIndexTable method sets$currentRelations[$relation['hash']] = $currentRelations;
which not really makes sense.
- Fetch the hash value
- Set $currentRelationHashes[$relation['hash']] to true since we only use it to process the records aftwards
Actions