Bug #22088
closedfeediting - "show hidden content elements" setting is lost when switching page
0%
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)
Updated by Dimitri Koenig almost 15 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
Updated by Chris topher over 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