slub / slub_events

EXT:slub_events
GNU General Public License v3.0
2 stars 15 forks source link

Make backend module header compatible with TYPO3 v10 #62

Closed twaurisch closed 3 weeks ago

twaurisch commented 3 years ago

In the current state the backend module isn't completely compatible with TYPO3 v10. This can be seen in the screenshot in PR #60

Backend Module TYPO3 v10

To solve this I want to discuss about moving all backend actions to a separate controller class, because it seems to be necessary to use BackendTemplateView::class or ModuleTemplate::class. Using these in the existing controllers could result in duplicated code or a more complex inheritance, for controllers providing a backend action. That's because of the initialization of the view.

twaurisch commented 2 years ago

This one should be solved with PR #65

chrode commented 3 weeks ago

Checked and working.