Closed (works as designed)
Project:
Menu Token
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 18:19 UTC
Updated:
24 Jan 2013 at 12:29 UTC
I cannot export menus using CTools Export Bonus integration.
I tried applying patch from Features Integration and situation improved.
Now I can export all my menu items, but nesting is not respected. Everything is plain after restore.
I think this is because when evaluating link_path
'link_path' => 'menutoken/' . uniqid()
nesting should be respected, maybe keeping the original path and replacing only tokens with uniqid()?
Or maybe I'm completely wrong ... :P
Comments
Comment #1
andreav commentedSorry, this was a problem in CTools Export Bonus module.
The patch works perfectly, thank you!
Comment #1.0
andreav commentedclarification