magento2-menu
magento2-menu copied to clipboard
Dublicate do not work correctly
How to reproduce
- Create a menu
- Add two nodes (or more)
- Move the oldest node as a child of the newest
- Click duplicate menu
Expected result
All nodes of the menu will be duplicated
Actual result
Child nodes were not created for nodes where the parent id is less than the id of child nodes
Merge request: https://github.com/SnowdogApps/magento2-menu/pull/248
Hi @chaikivskyi, thank you for reporting the issue. I was trying to replicate it with the latest menu module version (2.19.0) and magento m2.4.2 and for me menu duplicating works as expected (attaching screen of parent/child nodes in duplicated menu). Could you please try the latest menu tag and check if the issue persists there as well?
Hi @chaikivskyi, thank you for reporting the issue. I was trying to replicate it with the latest menu module version (2.19.0) and magento m2.4.2 and for me menu duplicating works as expected (attaching screen of parent/child nodes in duplicated menu). Could you please try the latest menu tag and check if the issue persists there as well?
Yes, I replicated this issue on the latest version of the module. Can you move node 2 as the child of node 3 and try again?
Thank you for provided steps, now I was able to reproduce the issue. I created an internal ticket DEV-90908, we'll check your PR soon
PR was merged, closing this issue