?
Referenced as Related to: # 4102

User tests: Successful: Unsuccessful:

avatar ghost
ghost
17 Oct 2014

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.

avatar victor-tech victor-tech - open - 17 Oct 2014
avatar jissues-bot jissues-bot - change - 17 Oct 2014
Labels Added: ?
avatar brianteeman brianteeman - change - 17 Oct 2014
Title
Issue #4102. Solving sorting issue on the back-end of the menu manager.
Solving sorting issue on the back-end of the menu manager.
avatar attoexa attoexa - test_item - 14 Mar 2015 - Tested unsuccessfully
avatar attoexa
attoexa - comment - 14 Mar 2015

Error: repository missing


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4786.
avatar brianteeman
brianteeman - comment - 16 Jun 2015

I am closing this as the PR is not longer present and the user who created the PR is no longer present on github

avatar brianteeman brianteeman - change - 16 Jun 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-06-16 19:39:03
Closed_By brianteeman
avatar brianteeman brianteeman - close - 16 Jun 2015

Add a Comment

Login with GitHub to post a comment