app/helpers/alchemy/admin/navigation_helper.rb in alchemy_cms-3.0.0 vs app/helpers/alchemy/admin/navigation_helper.rb in alchemy_cms-3.0.1

- old
+ new

@@ -161,10 +161,11 @@ def url_options_for_navigation_entry(entry) entry.stringify_keys! { controller: entry['controller'], action: entry['action'], - only_path: true + only_path: true, + params: entry['params'] } end # Retrieves the current Alchemy module from controller and index action. #