Project

General

Profile

Actions

Bug #17384

closed

simulate Backend Group shows always hidden pages and records

Added by Thomas almost 17 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2007-06-13
Due date:
% Done:

0%

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

Description

I want to simulate a usergroup for the frontend. But when i logged into the backend and select the preview i see all records and pages that are hidden and not hidden.

The only thing I selected in the admPanel is "Simulate User Group:".
Show Hidden Pages, Show Hidden Records and Simulate Time are not checked.

In older Version of TYPO3 hidden pages and records only have been shown if you checked the Show Hidden Pages or Show Hidden Records fields.

The fields Show Hidden Pages and Show Hidden Records have no effect when i select a usergroup to be simulated.

Is this a bug or maybe a feature.

(issue imported from #M5790)


Related issues 2 (0 open2 closed)

Is duplicate of TYPO3 Core - Bug #17298: Frontend preview and simulate time is buggyClosedMichael Stucki2007-05-11

Actions
Has duplicate TYPO3 Core - Bug #20524: Hide on FE-login still shows elemens in simulation modeClosed2009-05-29

Actions
Actions #1

Updated by Thomas almost 17 years ago

It seems to be a bug, not a feature.

Thank you Michael Stucki !!!!!!!!!!
Your Patch resolve my Problem. I hope this will be corrected in the next TYPO3 Versions.

Actions #2

Updated by Felix Nagel almost 13 years ago

This problem persists even in TYPO3 4.5.2

When using a TS config like

# both parts needed for access restricted pages
# for non admin and admin BE user 
admPanel.override {
          preview = 1
      preview.simulateUserGroup = 8  
      preview.showHiddenPages = 1
      preview.showHiddenRecords = 0
}

admPanel {
       enable {
              #edit = 1
              #cache = 1
              preview = 1
          preview.simulateUserGroup = 8
          preview.showHiddenPages = 1
          preview.showHiddenRecords = 0
      }
      hide = 1
}

to enable preview of restricted pages for BE users, all hidden records are shown.

Which patch do you talk about above?

Actions

Also available in: Atom PDF