skybrud / Skybrud.Umbraco.Redirects

Redirects manager for Umbraco.
https://packages.limbo.works/skybrud.umbraco.redirects/
MIT License
36 stars 41 forks source link

Showing the incorrect original URL on the redirects table for multi-domain sites #201

Open jawood1 opened 1 month ago

jawood1 commented 1 month ago

Which version of Skybrud Redirects are you using? (Please write the exact version, example: 4.0.8)

4.0.23

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

10.8.5

Bug description

When looking at the redirect table the Original URL column link is defaulted to the current domain the user is logged into on Umbraco rather than the origin of the redirect.

For example: I'm in the backoffice on testA.com I have a site specific redirect for testB.com The original URL will link to testA.com meaning on click through the backoffice user isn't redirect.

For a redirect effecting all sites the behaviour seems correct as it will redirect no matter the domain.