Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Privacy settings aren't copied on page copy #6212
Comments
|
The reason the privacy settings are not copied is that the copy mechanism deals with fields on the Page model. When one changes the privacy settings from public to anything else, a To get this working, we should consider the following scenarios:
Last, but not least, document the above. |
|
Hello @zerolab , I would like to pick up this issue. |


Issue Summary
Copying a page doesn't copy the original's privacy settings, but appears to inherit from the new parent's privacy settings.
That is, if page A1 is public, and its child page A1a has privacy set to "private, accessible to...," copying page A1a to A1b causes A1b to be set to public. I feel there's a general expectation that the original's privacy settings would copy over to the newly created page.
Steps to Reproduce
Technical details