Bug #17384
closedsimulate Backend Group shows always hidden pages and records
0%
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)
Updated by Thomas over 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.
Updated by Felix Nagel over 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?