-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.4.3.11 CE GA11, Master
-
Component/s: Page Templates > Display Page Templates
-
Fix Priority:4
-
Last Working Version:
-
Git Pull Request:
-
QA Test Score:4
Steps to reproduce:
- Add a site
- Add a display page template with Document content type and Basic Document subtype
- Add an image fragment
- Map image fragment to Basic Document > File URL field
- Add a document and media widget under it
- Publish the display page template and mark it as the default one
- Add a basic document
- Add a content page
- Add a Asset Publish to page
- Click the created document
- Assert page redirects to display page
- Click Revert sort direction icon in Dcoument and Media
Actual result:
Fail to load image frgament, "An unexpected error occurred." displays in page, and there's also error in console:
2022-01-28 09:21:03.351 ERROR [http-nio-8080-exec-7][FragmentRendererControllerImpl:126] Unable to render content of fragment entry 0:java.lang.NullPointerException
Expected result:
Document loads both in Image and Document and Media.
- mentioned in
-
Page Loading...