Actions
Bug #38758
closedTemplate module must only use session settings on startup
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2012-07-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The template module uses user session to store the last submodule/page combination and opens that on first launch.
Sadly it uses this information, too, when redirecting/working with the module.
The module should not use the session value as soon as other parameters are hand over (e.g. Only Start up). If needed additional "return values" must be added to the request URL.
Actions