Project

General

Profile

Actions

Bug #19644

closed

Hidden pages become visible if

Added by Ramon Cahenzli over 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-11-25
Due date:
% Done:

0%

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

Description

We need to enable our backend users to view pages that are restricted (via "Access" tab) to certain frontend users. Otherwise the backend users can't edit content properly as they can't see what they're doing, and creating frontend groups is not an option.

So we thought the "simulateUserGroup" feature is the perfect solution, since it's supposed to do what we want. We set this in the user's TSconfig:

admPanel {
hide=1
enable.preview=1
override.preview.simulateUserGroup=7
}

This makes the pages protected by FE access privileges visible. So far, so good. But it makes ALL pages and ALL content elements marked "hidden" visible as well. This is of course not the expected behavior.

We then tried the following monster:

admPanel {
module.preview.showHiddenPages = 0
override.preview.showHiddenPages = 0

module.preview.showHiddenRecords = 0
override.preview.showHiddenRecords = 0
enable.edit = 1
enable.preview = 1
override.preview.simulateUserGroup = 7
hide = 1
}

This has no effect, hidden pages and records are still shown. We are running 4.3.2, but the behavior was the same previously. Similar behavior was reported as fixed in 0005611, but from what we can see, we don't think it's fixed yet.

Could you confirm that the behavior is still present, and whether it's wrong or intended? If it's intended, do you have any idea how we could achieve the expected behavior?

(issue imported from #M9843)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #20524: Hide on FE-login still shows elemens in simulation modeClosed2009-05-29

Actions
Is duplicate of TYPO3 Core - Bug #20335: Hidden Content Elements are displayed in the Module "View Page"Closed2009-04-22

Actions
Actions #1

Updated by Ramon Cahenzli over 15 years ago

Clarification: "Creating frontend groups is not an option" should read "creating frontend users is not an option" :)

Actions #2

Updated by Nabil Saleh almost 15 years ago

I can not reproduce this after heavy testing,
admPanel {
hide=1
enable.preview=1
override.preview.simulateUserGroup=X
}
works like a charme no hidden pages/contentelements were visible

does the problem persist, did you check you configuration, reproduce this on a clean installation?

Actions #3

Updated by Chris topher almost 15 years ago

As I understand Ramon, he uses backend-users.
They should see the content/pages etc.

If they use the module web > view to do so, this is the same issue as #20335, which I can reproduce.

Actions #4

Updated by Nabil Saleh almost 15 years ago

ok confirmed :) missed that point i'll have a look at it

Actions #5

Updated by Nabil Saleh almost 15 years ago

patch accidently added to #0010951 but as the patch works for both bugs/bugs are equal i think its ok please test as i'm not shure about possible sideeffects

Actions #6

Updated by Chris topher almost 15 years ago

Hey Nabil,

to get your patch discussed and finally included, send it to the TYPO3-core-list!

Check out:
http://typo3.org/development/bug-fixing/mailing-list/
http://typo3.org/teams/core/core-mailinglist-rules/

Actions #7

Updated by Christian Kuhn almost 15 years ago

Resolved, duplicate of #20335

Choose this issue as dupe because the other one has a better description.

Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF