estockwell-alpert

Results 5 comments of estockwell-alpert

Is there a release with the Sitecore 9 changes?

I have this same issue, looking for a solution. Is there a way to prevent the Redirect Module from genrating a redirect when the item has moved but the path...

I have a fix for this issue. Add this line on line 27 of AutoCreateRedirectOnMove.cs, in the OnItemMoved method: if (oldParentID == item.ParentID) return; This should prevent it from creating...