Problem/Motivation
- Where can i see list of all child pages
- Where can i do order/reorder of child pages
Proposed resolution
- add New tab to list child page of a node, same as we are doing for Add Child Page tab.
- it would be great if we can order/reorder the child pages as well in Child Page List
Remaining tasks
No
User interface changes
Create tab to list all the children a node has, allow children re-ordering. Allow to enable/disable this extra tab feature as this may cluster the action tab region.
API changes
No
Data model changes
No
Issue fork add_child_page-3250408
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
rajveergangwarComment #3
bbombachini@rajveergang the module uses the current node as a parent for a new node that will be created, hence it doesn't make sense to add an operation link in admin/content. You can add a child page while editing or viewing a node, and the idea is that you don't need to go down the menu links, you can add a children to the current node.
For your second request, we're just adding a menu link, so you can see all children/menu items on the manage menu page. I do understand that the request might bring some value to the editors, though I personally don't like the idea of having too many action tabs.
Are you suggesting a tab that will pull only the menu children of the current node, right? So I could see all children (if any) the current node has, correct?
Comment #4
rajveergangwarHi bbombachini,
Are you suggesting a tab that will pull only the menu children of the current node, right? So I could see all children (if any) the current node has, correct?
Yes your above statement is correct.
Comment #5
bbombachiniUnderstood @rajveergang, I've updated and cleaned the title/summary of the issue to make it more clear. Feel free to contribute a patch if you need this functionality, I just think we should also allow users to choose if they want this extra tab or not.
Comment #6
baikho commented#3
@bbombachini Please see #3547250: Add dropbutton operation in Content overview. This approach has been working well for our client, though I understand it may not align exactly with the direction you envision for the project moving forward.
Comment #8
baikho commentedComment #9
baikho commentedComment #10
baikho commentedComment #12
baikho commented