-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.0.0 DXP FP85, 7.0.10.12 DXP SP12, 7.0.X, 7.1.10 DXP FP13, 7.1.X, 7.2.10 DXP FP1, 7.2.X, 7.2.1 CE GA2, 7.3.10 DXP GA1, Master
-
Component/s: Site Templates
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Reproduction steps:
- Create a site template named "temp1"
- Add a public page to the template, name it "testpage"
- Create a site from "temp1", called "fromTemp1"
- Go to the URL of the new site's new page: http://localhost:8080/web/fromtemp1/testpage
- In a separate window, open "temp1" template
- Delete the "testpage" page
- Re-add the page with the same name: "testpage"
- Refresh the previously created site: http://localhost:8080/web/fromtemp1/testpage
Actual: You get an error message:
Not Found
The requested resource could not be found.
http://localhost:8080/web/fromtemp1/testpage"
Expected: the site template is propagated correctly and the site's page is displayed
Note: When you refresh the second time the page is displayed correctly. Basically, the site template propagation is executed at the first load, but the page is not displayed. After the second load, it works fine.
Reproduced
- Master
- 7.2.x
- 7.1.x
- 7.0.x