Actions
Feature #5355
closedTemplate module - don't store the page in the session
Start date:
2009-11-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The "Template" of TYPO3 module have 4 default tools:
- Constant editors
- Info / modify
- Template Object browser
- Template analyser
TYPO3 save the last tool you have used in the session. When clicking back on the module, it will remember where you were and will display the last window. That's the good aspect. The bad side is that you can't use them with multiple tab in the browser because you will be redirected straight away to the last tool.
These tools are quite useful for the webmaster and they often need to be used in parallel. So I can imagine a mechanism to add GET parameter. Whenever this parameter is detected in the URL, it will override the session preference. It will spare some tricky click.
That must not be a big deal.
Actions