-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, Master
-
Fix Version/s: 7.0.0 DXP FP50, 7.0.0 DXP SP8, 7.0.X, 7.1.0 Beta 2, 7.1.X, Master
-
Component/s: Staging > Export/Import
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Reproduction Steps:
1. Create two sites(e.g "DSI" and "Cignex") in staging and remote servers and enable remote staging for both sites
2. Create pages in Cignex and DSI sites for content mentioned in point 3 and publish them
3. Create web content in "DSI" site with below source code
<p><a href="/web/dsi/sales">Page1</a></p>
<p><a href="/web/cignex/it">Page2</a></p>
Here "Page2" is referred to page "IT" of "Cignex" site
4. After publishing the page of DSI site, In remote site the "Page2" is redirecting to it of "DSI" site rather than "Cignex" site
Expected Results:
Source code in remote site stays the same:
<p><a href="/web/dsi/sales">Page1</a></p>
<p><a href="/web/cignex/it">Page2</a></p>
Actual Results:
Source code in remote site changes to:
<p><a href="/web/dsi/sales">Page1</a></p>
<p><a href="/web/dsi/it">Page2</a></p>