The pathauto_node_update_alias(), pathauto_taxonomy_term_update_alias() and pathauto_user_update_alias() all have an internal check against $object->path['pathauto']. We should support a way to just ignore that and force the aliasing to run. We already have an $options array, so let's support $options['force'].
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | pathauto_patch-2174603-1.patch | 1.4 KB | gmercer |
| #1 | 2174603-update-alias-force-option.patch | 0 bytes | dave reid |
Comments
Comment #1
dave reidLet's try this out.
Comment #2
dave reidCommitted #1 to 7.x-1.x. http://drupalcode.org/project/pathauto.git/commit/06b62a0
Comment #4
gmercer commentedWe have a need for this same patch applied to the 7.x-1.2 branch.