Project

General

Profile

Actions

Feature #5355

closed

Template module - don't store the page in the session

Added by Fabien Udriot over 14 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #38758: Template module must only use session settings on startupClosed2012-07-08

Actions
Actions

Also available in: Atom PDF