path_redirect form for creating/editing redirect has URL prefix for From field. When languages are used, it includes language tag, suggesting that language tag should not be written in From Drupal path. But it's not the case so language tag should be written. So either UI help text should be changed, or code should be fixed.
Comments
Comment #1
dave reidWill get this fixed shortly.
Comment #2
dave reidUgh, really the best way I can think of doing this is changing the From field prefix via AJAX when the user changes language, since the 'base url' could change domains or URL prefix due to language selection.
Comment #3
dave reidAdding release blocker tag.
Comment #4
dave reidOn closer review, this is something that we'll need to address in core first probably. Path redirect uses the same standard set by core's path module with regards to the from field prefix URL and language selector. Nothing changes. Until it's changed in core, I don't have the motivation to fix it here. And since I haven't seen a core issue about this before, obviously people are not having major problems with the interface, so it works.
Comment #5
ogi commentedAnyway it's a bug so moving elsewhere. Path module looks like good estimation :-D
Comment #6
dave reidWould need to be fixed in D7 somehow. Not sure how since we don't do this same thing anywhere else as well. Tempted to mark won't fix.