Closed (fixed)
Project:
Path redirect
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 May 2011 at 20:32 UTC
Updated:
2 Jun 2011 at 20:31 UTC
Jump to comment: Most recent file
Comments
Comment #2
sbandyopadhyay commentedSolving #808980: Can't use redirect paths as menu items. is easier with this API.
Not sure why the patch failed testing. I'd appreciate any help in making the patch in the right format. It's a very small, very lightweight patch.
Comment #3
dave reidPatches need to be applied to 6.x-1.x-dev.
Comment #4
sbandyopadhyay commentedOK let's try this again...
Comment #5
dave reidNote that the hook_path_redirect_delete() won't execute in some cases as it may get passed $conditions. Better to just do:
Comment #6
sbandyopadhyay commentedYea, I missed that. Updated the patch.
Comment #7
dave reidPatch looks good, so committed to Git: http://drupalcode.org/project/path_redirect.git/commit/37754a7
Comment #8
sbandyopadhyay commentedThanks!