dubcanada

Results 28 comments of dubcanada

If you played with the index.rhtml inside the plugin directory/app/views you could probably achieve what you want.

I can't seem to replicate this running the same Redmine version and Tree View. Can you post what other plugins you have? Project Tree View doesn't edit any files in...

I messed up the readme file and then reverted it back to eed2094, don't mind that.

I fixed this and submitted a pull request https://github.com/dubcanada/projects_tree_view

Part of the problem is the project tree view overrides the menus on those pages. So any additional plugins would have the menu. I will commit another change that should...

You may want to look at https://github.com/anton-zaytsev/projects_tree_view

I am not able to replicate this. Can you post more details?

I'm thinking that ``` try { $this->handleRouteCallback($route, $matched, $methods_matched); } catch (DispatchHaltedException $e) { switch ($e->getCode()) { case DispatchHaltedException::SKIP_THIS: continue 2; break; case DispatchHaltedException::SKIP_NEXT: $skip_num = $e->getNumberOfSkips(); break; case DispatchHaltedException::SKIP_REMAINING:...