-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.1.0 Beta 2, 7.1.X, Master
-
Component/s: Fragment Administration
-
Labels:None
-
Fix Priority:4
-
Git Pull Request:
Description
If the <lfr-widget-search-bar> fragment is present in a Page Template, all other fragments would not be able to load properly on refresh. A visual example is provided in attachments
Steps to Reproduce
- Navigate to Site Admin > Build > Fragments
- Create 3 separate Fragments with Following HTML:
<lfr-widget-search-bar></lfr-widget-search-bar>
<lfr-widget-nav></lfr-widget-nav>
<div>TEST</div>
- Navigate to Site Admin > Build > Site Pages > Page Templates
- Create a Page Template
- Add NavMenu and "Test" Fragments
- Refresh Page
- Add widget-search-bar fragment
- Refresh Page
Expected Result
Fragments Load Properly
Actual Result
Fragments Cannot Load
Reproduced on:
Tomcat 9.0.6 + MySQL 5.7
Portal master GIT ID: 230f42bd85188e5c3fffa8b25345f63e13946f4a
- relates
-
LPS-87859 Error in product menu when adding a widget to a fragment in a template
- Closed