Project

General

Profile

Feature #57079

Updated by Alexander Opitz almost 9 years ago


 Currently it is not possible to use the @content_from_pid@ page property to display contents of other pages that have an access restriction. 

 In my opinion it should be possible to skip this check because the access restriction check is already done in the page where the content should be displayed. 

 I suggest a new config option that skips the rootline check: 

 <pre> 
 config.content_from_pid_skipAccessCheck = 1 
 </pre>

Back