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

Command icon 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

rajveergang created an issue. See original summary.

rajveergangwar’s picture

Category: Support request » Feature request
Issue summary: View changes
bbombachini’s picture

@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?

rajveergangwar’s picture

Hi 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.

bbombachini’s picture

Title: Some Feature need to added for making module more useful » Add tab to list all the children a node has, allow re-ordering
Issue summary: View changes

Understood @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.

baikho’s picture

Version: 2.0.2 » 3.x-dev
Related issues: +#3547250: Add dropbutton operation in Content overview

#3

@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.

@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.

baikho’s picture

Status: Active » Needs review
baikho’s picture

Assigned: Unassigned » baikho
baikho’s picture

Status: Needs review » Needs work

  • baikho committed 7097b6e5 on 3.x
    feat: #3250408 Add tab to list all the children a node has, allow re-...
baikho’s picture

Assigned: baikho » Unassigned
Status: Needs work » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • baikho committed 4b5bffa0 on 3.x
    fix: #3250408 show child page translations
    

  • baikho committed 4b5bffa0 on 3.3.x
    fix: #3250408 show child page translations
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.