Recently one of our spaces has not been working properly, we are unable to edit/add the page restrictions of any pages. When we go to Tools > Restrictions, nothing happens (the pop-up does not appear). When we go to Edit > Restrictions then the popup appears but we are unable to add permissions, when we click to add nothing happens. All of our other spaces are fine and this space is setup the same way. Any ideas??
*notes: the pages we're trying to edit does not have any page permissions nor do its parent pages. have tried IE, Firefox, and Chrome. also tried Windows and Mac, same issue exists everywhere.
Are you using a custom theme? If so you probably need to add the following line to your page.vmd:
#parse("/decorators/includes/page-content-includes.vm")
The problem is that the page restrictions dialog needs the current spaceKey to perform the request. The current space key is usually stored in a hidden parameter field on the page, which is probably missing in your case. Those hidden parameter fields should look something like this:
<fieldset class="hidden parameters"> <input type="hidden" title="spaceKeyEncoded" value="yourSpaceKey"> <input type="hidden" title="spaceKeyDecoded" value="yourSpaceKey"> </fieldset>
There was a similar problem once with the doc theme.
Thank you for your response, Remo. We are not using a custom theme, just the Global Look and Feel Theme.
The strange thing is that only this one space is affected whereas all the others are setup the same (15 others). Any other thoughts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe someone adjusted the layout of the Global Look and Feel? In Browse => Space Admin => Layout all the layouts should be displayed as < default >. If there is an Edit or Reset Default link, the layout was customized.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wow! You're right, someone did edit the page layout. Rest to default and it works. Thank you!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cool, glad that we were able to fix it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We seem to have a similar problem. We've recently upgraded to Confluence 3.5, and since the upgrade I'm unable to edit the page restrictions in all spaces:
We have a customised look and feel configured for all of Confluence, but not individual spaces. Any help would be appreciated!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.