Actions
Bug #99240
closedMissing TCA for tx_scheduler_task prevents proper queries
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2022-12-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
TCA is missing for tx_scheduler_task
and it means that query builder will fetch also deleted and hidden items (restrictions do not work).
Please, add proper TCA for this table.
Updated by Dmitry Dulepov almost 2 years ago
- Related to Feature #57501: Add TCA for Tasks to allow export added
Updated by Georg Ringer 5 months ago
- Status changed from New to Rejected
Hey Dmitry,
I am closing this issue as nothing really is planned to happen. If you want to query tx_scheduler_task
, please just add the constraints you need. You could even provide a custom restriction which does that for you.
as this is an admin area only I see little problems here.
Actions