Bug #85403
Updated by Josef Glatz almost 6 years ago
h1. Problem/Description h2. initial situation * Pagetree with configured page permissions for each/every subpage. * backend user config allows recursive copying h2. Problem * The copied pagetree doesn't keep any of the permissions (An editor have to configure each copied pagetree and can not really benefit (except the copied pagetree)) @perms_userid,perms_groupid,perms_user,perms_group,perms_everybody@ h3. Test #1 I removed any PageTSConfig: all subpages getting the same permissions as the rootpage which get's copied. h3. Test #2 The root page includes following PageTSConfig: <pre> TCEMAIN { // Permissions for "user" permissions.user = show,edit,delete,new,editcontent // Permissions for "group" permissions.group = show,edit,delete,new,editcontent // Set owner group permissions.groupid = 1 // Permissions for "everybody" permissions.everybody = } </pre> --- All subpages get these permissions. I would assume that when copying a record only the UID and the PIP columns gets adjusted by the datahandler. PID are adjusted. h1. Acceptance Criteria * All page permissions must be kept no matter if only one page or recursive pages are copied in the TYPO3 backend