The back button now only links to the page, instead of linking to the
list action without any arguments.
This prevents non-speaking URLs.
Add line break after each index in single view
Multiple links in the single view are now listed below each other.
Fix search results on no hit
A search term without any indices resulted in all results being shown.
This change always adds an invalid id (-1) so that without any hit, it does not display any indices.
Fix details back button
The back button now only links to the page, instead of linking to the list action without any arguments. This prevents non-speaking URLs.
Add line break after each index in single view
Multiple links in the single view are now listed below each other.
Fix search results on no hit
A search term without any indices resulted in all results being shown. This change always adds an invalid id (-1) so that without any hit, it does not display any indices.
Replace objectManager with DI
See TYPO3 deprecation 90803