Feature #57501
closedAdd TCA for Tasks to allow export
0%
Description
Currently it is not possible to export tx_scheduler_task records, because they are not handled in the TYPO3-typical way. They have no TCA and the table structure has no pid-field.
impexp can only export Database-entries which appear in TCA. So the new tx_scheduler_task_group can be exportet, but the old tx_scheduler_task can't.
It would be nice, if export is possible. Then you could export pre-configured Tasks which can be used in a TYPO3 preconfigured distribution extension, like the helloworld or the introduction package.
Updated by Christian Kuhn over 2 years ago
- Status changed from New to Closed
Hey.
I hope it is fine to reject this request: I recently refactored the scheduler main controller heavily, and I think the ultimate goal to communicate tasks between instances (prod/live) or to allow extensions to deliver default tasks is to get rid of the task table entirely, but make the a file-based thing instead.
As such, I don't think we'll implement ext:impexp functionality for this table anymore, but should strive to remove it, instead.
I hope it is fine to close here for this reason for now and to see what happens with ext:scheduler in this regard, next.
Updated by Dmitry Dulepov almost 2 years ago
- Related to Bug #99240: Missing TCA for tx_scheduler_task prevents proper queries added