slub / slub_events

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

Updated backend modules by separated controller classes #65

Closed twaurisch closed 3 years ago

twaurisch commented 3 years ago

Introduce separate controller classes to provide a compatible backend module view, this PR should fix #60

In addition to this I tried to cleanup some things.

twaurisch commented 3 years ago

Except the DateTime picker in the backend module everything still seems to work.

The DateTime picker is not shown anymore in TYPO3 9.5 and 10.4.

I haven't looked deeper into this. Please have a look and fix it. Thank you.

Thank you for reporting. I fixed the DateTimePicker along with some other small adjustments.

twaurisch commented 3 years ago

I updated the template stuff to ensure the known behaviour. The only workaround is the empty default storagePid, bekause the detection in the Fluid template depends on it.

twaurisch commented 3 years ago

I'd like to close this PR and submit further changes in smaller steps/branches.

albig commented 3 years ago

Would you please rebase your PR. This cannot be merged.

twaurisch commented 3 years ago

Rebased. I hope everything works like expected.