Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
path.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 May 2012 at 22:51 UTC
Updated:
16 Nov 2014 at 01:31 UTC
Jump to comment: Most recent
Comments
Comment #1
jody lynnFunctions that will need to be dealt with:
path_form_node_form_alter
path_form_taxonomy_form_alter
path_node_insert
path_taxonomy_insert
path_node_update
path_taxonomy_update
path_node_predelete
path_taxonomy_delete
Comment #2
jody lynnThoughts about creating a new field type for 'Path'? This way it could be optionally included on any bundle (we could still have it added by default to nodes and taxonomies)
In that paradigm the pathauto settings could actually be configured as field settings, rather than all together on one config page.
Being able to use field-level permissions would be an advantage too.
Comment #3
jody lynnSee also #1553358: Figure out a new implementation for url aliases and #1154180: Make URL aliases revisionable
Comment #4
dave reidI'm not willing to jump down the road of paths as fields yet. There's too much unknown and no good plan for it.
Comment #5
jody lynnWell, looks like you managed to demotivate me on helping out but they indeed did become fields in #1980822: Support any entity with path.module.