-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X, Master
-
Fix Version/s: 7.2.10 DXP FP6, 7.2.X, 7.3.3 CE GA4, 7.3.4 CE GA5, 7.3.10 DXP GA1, Master
-
Component/s: Pages > Page Editor, Pages > Pages Customization
-
Labels:
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Reproducing Steps
- Start Liferay, log in as Admin
- Go to Site Builder> Page fragments
- Add a new Collection (eg: Test)
- Within the collection, create a new Fragment (eg: list-group)
- For HTML, paste the attached HTML code
- For JSON, paste the attached JSON code
- Save the Fragment
- Go to Site Builder > Pages
- Add a new Content Page
- Go to the right sidebar
- Select Section Builder > Test
- Drag and drop "list-group" fragment to the Page
- Click Publish
- Go to Page > Edit
- Click the fragment and select the Fragment Configuration option
- Change the number of list items to 3
- Open the right sidebar
- Select Page Structure
- Open list-group
Observed: The same 5 list-group-items are visible in the list.
Expected: 3 list-group-items should be visible.
- Click the fragment and select the Fragment Configuration option
- Change the number of list items to 10
Observed (7.2.x): The same 5 list-group-items are visible in the list.
Observed (master): 10 list-group-items are visible.
Expected (7.2.x): 10 list-group-items should be visible.
- For 7.2.x: Edit one of the items above 5 (Eg.: rename List Group Item #7 to Test7)
Result: The item will appear in the Page Structure view.
- fixes
-
LPS-109745 Can't edit the title from components in page section, after change the quantity of the itens in fragment configuration
- Closed
- is caused by
-
LPS-110596 Editable field isn't working within loops in page fragments
- Closed