Brian Gallagher

Results 2 comments of Brian Gallagher

I'm facing this issue too when trying to add a menu item with route params. Am I misusing the params key? config: ``` array( 'options' => array( 'route' => 'cf_reports',...

FWIW - to get this to work properly, I had to: - Add a `'__NAMESPACE__'` to my route's `'defaults'` rather than a fully qualified `'controller'`. - Truncate the namespace from...