Bug #70890
closedInherit field "Usergroup Access Rights" from parent page
0%
Description
Hi All,
I tested Inherit field "Usergroup Access Rights" form parent . in my case it looks like : 1 parent pages and 2 subpage . Please check attachment.
NOTE : I checked it with HMENU element
Expected result : Pages(child) should be visible only when user is login.
Now if I want to show child page only when user is login I need to set(group) for each page .
Files
Updated by Riccardo De Contardi over 6 years ago
- Status changed from New to Needs Feedback
Hello and sorry for the late answer; I think I am not able to reproduce it with 9.2.0 and 8.7.10; I used the following procedure:
1) create a standard HMENU like this:
page.1=HMENU page.1{ 1=TMENU 1.wrap = <ul>|</ul> 1.NO = 1 1.NO.wrapItemAndSub = <li>|</li> 1.expAll =1 1.ACT = 1 1.ACT.wrapItemAndSub = <li><strong>|</strong></li> 2 < .1 3 < .2 4 < .3 5 < .4 }
2) create a login page with felogin plugin in it
3) create a page with some subpages, set it as
- Usergroup Access Rights: "show at any login",
- "extend to subpages": checked
4) create a fe usergroup "test" with fe user "test"
Result¶
- in menu, before the login: the access-restricted page and its subpages are not visibile.
- in menu, after the login: the access-restricted page and its subpages are visibile.
should I perform a different test? Could you add a step-by-step guide about how to reproduce your issue? Thank you!
Updated by Riccardo De Contardi over 6 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards