Actions
Bug #19641
closedRTE TSconfig lost when uploading files or creating folders
Start date:
2008-11-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the form for uploading files or creating folders is displayed in the select image pop-up window (by setting the User TSConfig options.uploadFieldsInTopOfEB = 1), the TSconfig for the RTE is lost.
The reason is that the reference to the TSconfig is passed as a parameter (RTEtsConfigParams) in all links, but not as part of the redirect URL that is used after file upload or folder creation.
The solution is simply to add that parameter to the redirect URLs.
This fix is necessary only for 4.1 and 4.2 only. The problem does not happen with current trunk, as it handled differently.
(issue imported from #M9836)
Files
Updated by Stanislas Rolland almost 16 years ago
Fixed in 4_1, rev 4548.
Fixed in 4_2, rev 4547
Actions