When anything related to front-edition is displayed, the button/interface is only displayed if the front-edition right is present for the user on the current page.
In your case, it is to create a page under another page.
In this case, the right to create a page under this other page is also tested, but only after the verification that you have access to front-edition.
This is currently an obligation, it is then possible in your project to create an observer that will add the front-edition right on the index page for all/some of the users, or an accessController that will grand this right for those users.
Pierre Gros (Inactive)
added a comment - When anything related to front-edition is displayed, the button/interface is only displayed if the front-edition right is present for the user on the current page.
In your case, it is to create a page under another page.
In this case, the right to create a page under this other page is also tested, but only after the verification that you have access to front-edition.
This is currently an obligation, it is then possible in your project to create an observer that will add the front-edition right on the index page for all/some of the users, or an accessController that will grand this right for those users.
Pierre Gros (Inactive)
David Cartier-Michaud
Votes:
0Vote for this issue
Watchers:
2Start watching this issue
Created:
Updated:
Resolved:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
When anything related to front-edition is displayed, the button/interface is only displayed if the front-edition right is present for the user on the current page.
In your case, it is to create a page under another page.
In this case, the right to create a page under this other page is also tested, but only after the verification that you have access to front-edition.
This is currently an obligation, it is then possible in your project to create an observer that will add the front-edition right on the index page for all/some of the users, or an accessController that will grand this right for those users.