[BUGFIX] Remove undocumented values from Soft Reference Index data
The fix for #80991 introduced new data in the data structure returned by the SoftReferenceIndex class' methods. This new data stems from LinkHandlers, which may provide arbitrary data. This causes side effects for consumers of the SoftReferenceIndex like the reference index and the export functionality. By removing this extra data - which is not used anywhere at all - the returned data is again conforming to what is documented and keeps the interface to the SoftReferenceIndex clean. Resolves: #84080 Releases: master, 8.7 Change-Id: Ic39a8b593cb239aca698e857d1ee602bdeaf229f Reviewed-on: https://review.typo3.org/55939 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Please register or sign in to comment