AOEpeople / scheduler_timeline

TYPO3 backend module providing a graphical timeline of running and finished scheduler tasks
12 stars 4 forks source link

[FEATURE] TYPO3 8.7 compatible #40

Closed tomasnorre closed 5 years ago

tomasnorre commented 7 years ago
tomasnorre commented 6 years ago

I've experienced problems with the Scheduler Timeline rendering.. Will fix this as part of this update, as i've only seen it broken in TYPO3 8.7

Update The problem is that the viewhelpers have changed in TYPO3 8, We need to write from render() to renderStatic.

screen shot 2017-12-15 at 19 39 00 screen shot 2017-12-15 at 19 44 17

wojtablo commented 6 years ago

hey, when do you plan to add support for TYPO3 8.x?

tomasnorre commented 6 years ago

Hi @wojtablo

There is already a branch for it. But there is problems with one of the xclasses as I recall it. That i would need to look into.

If you like, you can have a look at the Branch, https://github.com/AOEpeople/scheduler_timeline/tree/issue/40, it's work in progress.

tomasnorre commented 5 years ago

Resolves with #47