Closed (fixed)
Project:
Asymmetric menu trees
Version:
8.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Mar 2020 at 05:12 UTC
Updated:
2 May 2020 at 08:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
abhisekmazumdarComment #3
abhisekmazumdarThis patch is dependent on a patch from Superfish. Kindly apply that patch before applying this.
Comment #4
dipakmdhrm commentedComment #5
dipakmdhrm commentedNice work on this.
Thank you @abhisekmazumdar.
One change needed though because of a recent addition.
As part of https://www.drupal.org/project/asymmetric_menu_trees/issues/3124461, another manipulator (restructureTree) is added which is crucial for ordering to work.
However that needs to be the first manipulator in the list. Can you add it and use array_unshift to make that first in the list.
Comment #6
dipakmdhrm commentedComment #7
abhisekmazumdarComment #8
abhisekmazumdar@dipakmdhrm
How does this patch look?
Comment #9
dipakmdhrm commentedWe actually need to add "a new" manipulator.
We need to keep the existing
removeDisabledLinksmanipulator and add the newreSructureTreeone in the beginning of the array like this:Comment #10
abhisekmazumdarComment #11
abhisekmazumdarComment #12
dipakmdhrm commentedComment #14
dipakmdhrm commented