redmine 1.2.1 missing new subproject icon, new project is 404
The app/view/projects/index.rhtml is using "new" for new projects instead of "add" this can be fixed by changing the index.rhtml from: action => 'add' to action => 'new'
the "new subproject" button in the overview page is missing.
I fixed this and submitted a pull request https://github.com/dubcanada/projects_tree_view
Oh cool. I will test this out and let you know.
Hi there, I have applied your clone.
Thanks for taking the time to work on it.
There are still a few things missing.
Without the plugin: Projects view: Top bar: "Projects" , new project, view all issues, overall timespent (this is another plugin), overall activity
not sure how multiple plugin interaction works or if that is normal behavior.
(select a project) Overview view: Top bar: New subproject
With this plugin: Projects view: New project, view all issues, overall activity (missing other plugin info)
(select project) Overview view: new subproject button is missing
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 be a replicate of 1.1.2's project pages and should solve any issues.
You may want to look at https://github.com/anton-zaytsev/projects_tree_view