User tests: Successful: Unsuccessful:
This pull request close the issue #4102 .
This issue was affecting the ordering property. This property contained an array with the next structure:
[
menu_id => [
menuitem_id1
, menuitem_id2
, ...
]
]
But with the code I've added to it, the structure will be as follows:
[
menu_id => [
lft_property1 => menuitem_id1
, lft_property2 => menuitem_id2
, ...
]
]
Adding the lft property, we would know the position related to the other menu items.
Labels |
Added:
?
|
Title |
|
I am closing this as the PR is not longer present and the user who created the PR is no longer present on github
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-16 19:39:03 |
Closed_By | ⇒ | brianteeman |
Error: repository missing
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4786.