lochmueller / calendarize

📆 Best TYPO3 Calendar ever 📆
http://typo3.org/extensions/repository/view/calendarize
74 stars 85 forks source link

Visual and small fixes #651

Closed okmiim closed 2 years ago

okmiim commented 2 years ago

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

lochmueller commented 2 years ago

Great cleanups. Also merged!