-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.10 DXP FP4, Master
-
Fix Version/s: 7.2.10 DXP FP6, 7.2.X, 7.3.1 CE GA2, 7.3.2 CE GA3, 7.3.10 DXP GA1, Master
-
Component/s: Fragment Administration, Pages > Page Editor
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Browsers:Chrome (latest)
-
Device Type:Desktop
-
Git Pull Request:
The issue is reproduced in the vanilla bundle with a default classic theme.
I've created a simple fragment using Freemarker's <#list> and <lfr-editable> field. Using fragment configuration I'm iterating the editable field with unique ids. The issue occurs whenever I change the value in the configuration and some fields are not editable.
I checked the browser's console and I get the following JS error:
Uncaught goog.asserts.AssertionError { message: "Failure: expected param content of type function(), but got undefined.", reportErrorToServer: true, messagePattern: "Failure: expected param content of type function(), but got undefined.", stack: "AssertionError: Failure: expected param content of...-dom@2.16.8/lib/IncrementalDomRenderer.js:4931:5)" }
I've attached the fragment in the attachments.
Steps to reproduce:
- Under Site Builder > Page Fragments, Import fragment entries.zip(Attached in the ticket) in a new collection.
- Drag the fragment on the content page, In the configuration defaultValue for iteration is 3. It works fine and fields are editable with default value 3.
- Click the fragments configuration icon and change the value for the Number of 'Number for Loop Variable' field to 15.
- Now if you randomly try to edit any field it's not editable, some fields get edited some don't.
- Check the browser's console and you will find the JS error I mentioned above.
Related PTR: PTR-1579
- causes
-
LPS-111480 Page structure does not follow fragment configuration
- Closed
- fixes
-
LPS-109745 Can't edit the title from components in page section, after change the quantity of the itens in fragment configuration
- Closed