#2777 - Child pages require creating, then editing and saving before they work
| Identifier | #2777 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Child pages require creating, then editing and saving before they work |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core_comcode_pages |
| Description | When you create a child comcode page, it first doesn't work correctly; try viewing it and you get the parent page instead. You have to go back and edit the comcode page (no changes necessary) and save it before it starts working correctly. |
| Steps to reproduce | 1. URL scheme set to very expert 2. Create a child page 3. Try to access the child page. You'll get the parent page instead. 4. Edit the child comcode page via. CMS zone. No changes necessary, just save. 5. Comcode page now works. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
I think maybe you are expecting it to redirect to the page after creating it, but the convention is that inline links always lead you back to where you were when you clicked them (i.e. the parent page).
This way you can add a lot of child pages in bulk.
What is happening is I'll create the child page. If I try to then go to the child page either by clicking it from the parent page or by going to it directly by URL, it takes me to the parent page and not the child page I want. It isn't until I then go to the edit screen for that child page and click save that the page then works properly.