-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, 7.2.X, 7.3.X, Master
-
Fix Version/s: 7.1.10 DXP FP23, 7.1.10.6 SP6, 7.1.X, 7.2.10 DXP FP11, 7.2.10.4 DXP SP4, 7.2.X, 7.3.10 DXP FP1, 7.3.10.1 DXP SP1, 7.3.6 CE GA7, 7.3.X, 7.4.13 DXP GA1, Master
-
Component/s: Navigation Menus
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Reproduction Steps:
- Setup Liferay DXP 7.1
- Create a new Site
- Create the following page hierarchy
- Home
- Search
- P
- P1
- P2
- P1
- Create a new navigation menu nm1
- Add Home and Search as navigation menu items to nm1 in a row
- Add P, P1 and P2 as navigation menu items to nm1 in a row
- Check the order
Expected results:
- Navigation items follow the page hierarchy
- SELECT order_ FROM SiteNavigationMenuItem ORDER BY siteNavigationMenuItemId returns 0, 1, 2, 0, 0
Actual results:
- Navigation items may or not follow the page hierarchy. If not, the steps can be repeated or renaming one of the first-level items may lead to an unexpected order.
- SELECT order_ FROM SiteNavigationMenuItem ORDER BY siteNavigationMenuItemId returns 0, 0, 0, 0, 0
- is demanded by
-
LPS-126637 Deleting a single menu item does not reorder all its sibling menu items
- Closed