It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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.
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.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.