projects_tree_view icon indicating copy to clipboard operation
projects_tree_view copied to clipboard

redmine 1.2.1 missing new subproject icon, new project is 404

Open shawn-sterling opened this issue 14 years ago • 5 comments

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.

shawn-sterling avatar Nov 11 '11 00:11 shawn-sterling

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

dubcanada avatar Nov 18 '11 15:11 dubcanada

Oh cool. I will test this out and let you know.

shawn-sterling avatar Nov 18 '11 18:11 shawn-sterling

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

shawn-sterling avatar Nov 20 '11 09:11 shawn-sterling

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.

dubcanada avatar Nov 20 '11 15:11 dubcanada

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

dubcanada avatar Nov 20 '11 15:11 dubcanada