Problem/Motivation

When a node that is pointed to as a parent from other nodes gets saved, it updates its own alias. It would be really convenient if all the other nodes pointing to it would also update their aliases.

Proposed resolution

When saving one node, check if any other node points to it as a parent, then save those nodes too.

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

agile-mark-l created an issue. See original summary.

markman4897’s picture

Status: Active » Needs review