Steps to reproduce the issue:
1. Create menu items using hook_menu()
2. Create menu_export_file.txt add path created in step #1.
3. Try to import menu_export_file.txt

Result:
Menu gets created but path is ''.

Comments

mandarmbhagwat78 created an issue. See original summary.

mandarmbhagwat78’s picture

I am attaching the solution patch file.

mandarmbhagwat78’s picture

Adding updated patch file.

vasi’s picture

I can confirm this issue.

mandarmbhagwat78’s picture

@vasi - did you review my patch? Any plan to merge and release it soon as I am using menu import/export module in my build script .make file?

lex0r’s picture

@mandarmbhagwat78, thanks for the patch, however it doesn't seem to be a module issue. If no menu path is available (since no relevat module implementing hook_menu is enabled) it doesn't necessarily mean the link should go to front page by default. Why not enabling the module and re-importing?