OliveStudio / olivemenus

A powerful menus plugin for Craft CMS built for the need of simplicity and flexibility
MIT License
40 stars 22 forks source link

Custom Child Item breaks the link of parent item #38

Closed christophstockinger closed 4 years ago

christophstockinger commented 4 years ago

I have a menu with several pages. One of them should have subpages. Once I add a normal subpage from Craft CMS is added and save everything fits. But as soon as I add and save a custom menu item as a subpage, the page link of the parent element is removed from Craft CMS and the custom link of the inserted custom menu item is added.

This is not the desired behavior! I expect that the link of the parent element to the defined page in Craft CMS is kept and the added custom menu item links to the desired page.

rakesmh14 commented 4 years ago

Hello, I have created PR fixing parent menu link issue while adding custom menu as sub menu. Could you please refer to the link below: https://github.com/OliveStudio/olivemenus/pulls I hope this will help you in implementing custom menu as sub menu. Thanks!

christophstockinger commented 4 years ago

Great! It works now!