Page Restrictions Dialog Renders Blank or Doesn't Pop up at All

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Either you've recently upgraded or not, if you're on Confluence 3.3 or above:

  1. In some cases, clicking the padlock icon or accessing the Restrictions does not yield anything. No pop-up, no error. 
    Firebug or Chrome Developer tools shows 403 on getpagepermissions.action when clicking on the Tools >> Restrictions.
  2. The page restrictions dialog box renders blank. The title is 'page.perms.dialog.heading' instead of 'Page Restrictions':

原因

There is a custom Page Layout set either at the space level or global level. Specifically, the custom layout does not include this line of code, which is introduced since Confluence 3.3:

#parse("/decorators/includes/page-content-includes.vm")

ソリューション

Ensure that the line of code above exists in the custom layout. For example:

...
<div id="content" class="page $!mode">
    #parse("/decorators/includes/page-content-includes.vm")

    ## MODE SPECIFIC DECORATING BEGINS
...

Alternatively, revert the custom layout to default:

  1. Copy the custom Page Layout for backup purposes
  2. Reset the Page Layout to default

 

 

 

 

 

 

 

 

 

 

 

 

最終更新日: 2016 年 2 月 23 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.