Actions
Bug #25931
closedWizard: Use placeholders for custom TypoScript
Status:
Rejected
Priority:
Won't have this time
Assignee:
Category:
Form Framework
Target version:
-
Start date:
2011-04-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
FormWizard
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
The wizard can't handle custom TypoScript, which has been manually added to the TS field. It will be ignored when reading while starting the wizard and disappears when saving the contents of the wizard.
Solution:
Use some kind of placeholders which hold the custom TypoScript. When saving the content of the wizard, the content of the placeholders should be saved back into the TypoScript.
Updated by Oliver Hader about 13 years ago
- Project changed from 135 to TYPO3 Core
Updated by Oliver Hader about 13 years ago
- Status changed from Accepted to Rejected
- PHP Version set to 5.3
- TYPO3 Version set to 4.6
Since adding custom TypoScript can be done by anybody with access to the wizard and thus to the contents of the field - this is considered as security risk.
That's the reason why I decided to drop this issue. A modification is not trivial in that regard...
Actions