You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cloning a page with ProcessPageClone, if the page has children the user sees a form where they can specify a title, name, published status, and whether or not child pages should be cloned.
But when cloning a page without children the user doesn't see this form. Not sure why that is, because only the last input in the form relates to children and the other form inputs can be useful to the user who is cloning a childless page.
This request is for a config option in ProcessPageClone to always show the form to the user regardless of whether the page has children or not.