Bug #52834
closedINCLUDE_TYPOSCRIPT on save does not write if destination-file does not exist
0%
Description
There is also an issue on save when there is a BEGIN/END-comment for an INCLUDE_TYPOSCRIPT but the destination-file does not exist. However there is no real reason for that.
Being able to use it like this would allow adding BEGIN/END-comments "by hand" into an existing TypoScript and by that way splitting TypoScript into separate files.
Relevant from 4.5 onward.
Updated by Stefan Neufeind about 11 years ago
Currently it throws an error that the destination-file does not exist.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24784
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24784
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24784
Updated by Christian Kuhn almost 10 years ago
- Status changed from Under Review to Rejected
Rejected, this one will not make it. TS files should not be created by INCLUDE_TYPOSCRIPT statement on the fly.