Project

General

Profile

Actions

Bug #22088

closed

feediting - "show hidden content elements" setting is lost when switching page

Added by Raffi no-lastname-given about 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2010-02-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When disabling the option "show hidden content elements" in advanced feediting mode, it works. As soon as I switch page, the option is automatically and again enabled. The setting is therefore not saved.

TYPO3 4.3 and TYPO3 4.3.1
feeditadvanced 1.2.0
(issue imported from #M13474)

Actions #1

Updated by Dimitri Koenig about 14 years ago

the problem is found in ext_localconf.php where the following tscode is inserted:

t3lib_extMgm::addUserTSConfig('
admPanel {
display_preview = 0
override.preview = 1
override.edit.displayIcons = 1
override.preview.showHiddenRecords = 1
override.preview.showHiddenPages = 1
}
');

you should remove that code

Actions #2

Updated by Chris topher almost 14 years ago

The bugs for feeditadvanced are collected here:
http://forge.typo3.org/projects/typo3v4-feedit/issues

Please report the issue there.

Maybe this is related to
http://forge.typo3.org/issues/show/6090

Actions

Also available in: Atom PDF