Closed (fixed)
Project:
Alias Hierarchy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2015 at 12:56 UTC
Updated:
13 Apr 2015 at 21:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lambic commentedComment #2
iwayman commentedThanks lambic. Your patch does speed up things. It just needs a little fix to make sure that the regenerate function gets called:
$updated = alias_hierarchy_regenerate_pathauto_alias() || $updatedinstead of:
$updated = $updated || alias_hierarchy_regenerate_pathauto_alias()Tests are good, I'll commit them changes shortly.
Comment #4
iwayman commentedPatch has been deployed. Closing issue. Thanks for your help.
Comment #5
iwayman commented