-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X, Master
-
Fix Version/s: 7.2.10 DXP FP1, 7.2.1 CE GA2, 7.2.X, 7.3.10 DXP GA1, Master
-
Component/s: Web Content > Web Content Administration
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:4
-
Git Pull Request:
Steps to Reproduce
- Create a custom web content structure called "Article" with two text fields and a link to page field. Also create a custom template called "Article Template".
- Create 4 more custom web content templates called "Partial1", "Partial2", "Partial3", and "Partial4" with only a <p></p> tag in it. Set each of their structures to "Article."
- Create a new Page Fragment Collection called "Display Page Fragments"
- Create a page fragment named "Article Display Fragment" with four <lfr-editable type="rich-text"> fields, and one <lfr-editable type="image"> field. I have the following:
<lfr-editable id="article-header" type="rich-text"> (Map this to the Article Header Web Content Template output) </lfr-editable> <lfr-editable id="author-photo" type="image"> <img class="img-fluid" src="https://via.placeholder.com/200"> </lfr-editable> <lfr-editable id="author-info" type="rich-text"> (Map this to the Author Info Web Content Template output) </lfr-editable> <lfr-editable id="article-content" type="rich-text"> (Map this to the Article content) </lfr-editable> <lfr-editable id="comments-link" type="rich-text"> (Map this to the Article Comments Link Web Content Template output) </lfr-editable>
- Go to Site Builder > Pages > Display Page Templates and click + button. Name it "Article Display" > Save/Publish
- Go to Mapping⚡> Content Type - Web Content Article > Subtype - Article > Save
- Go to Section Builder > Display Page Fragments > Drag and drop the "Article Display Fragment" you created before over to the left
- Click on each editable rich-text field and map to each of the "Partial" templates we made before.
- Map the image field to the "Author Profile Image"
- Click Publish
- Click on title of the Display Page Template you just published to open for editing
Expected Results
The fields are all still mapped and are the color pink indicating that they are mapped.
Actual Results
Some of the fields are no longer mapped and now have a white background.
Reproduced
Master 91deae5de5d141fa15ded1e864173ada43fd5985
- relates
-
LPS-98844 JournalFragmentEntryProcessorEditableTest#testFragmentEntryProcessorEditableMappedDDMTemplate is failing in acceptance
- Closed