Actions
Feature #93983
openIntegrator support: Handling of incorrect filename for typoscript setups
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-04-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Of course, one can argue/discuss about this. I'll just take up the problem.
Context: The TypoScript setup was not loaded because the file was called "Setup.typoscript". In the core itself, of course, the search is for "setup.typoscript", which is in accordance with the guidelines.
For me, however, there would be potential here to support the integrator. We could also check for a ucwords('setup') file existence and add a log entry if this file exists. For me it's a low hangin' fruit.
Updated by Martin Kutschker over 3 years ago
Yet another file system hit just for the sake of catching typos.
The BE has already some tools that check the instance and extensions. Better to add warnings/hint there.
Actions