File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
require 'redmine'
2
-
2
+ $LOAD_PATH . unshift " #{ File . dirname ( __FILE__ ) } /lib"
3
3
require 'project_tree/patches/projects_helper_patch'
4
4
require 'project_tree/patches/projects_controller_patch'
5
5
8
8
name 'Project Tree plugin'
9
9
author 'Uwe Heber, Matthias Petermann'
10
10
description 'This is a Redmine plugin which will turn the projects page into a tree view'
11
- version '1 .0.3 '
11
+ version '2 .0.0 '
12
12
url 'https://github.com/UweHeber/redmine-project-tree-plugin'
13
13
author_url 'http://heber.it/about, http://petermann-it.de'
14
14
end
Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ def children
45
45
end
46
46
end
47
47
48
- ProjectsController . send ( :include , ProjectTree ::Patches ::ProjectsControllerPatch )
48
+ ProjectsController . send ( :include , :: ProjectTree ::Patches ::ProjectsControllerPatch )
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ def find_toplevel_projects
55
55
end
56
56
end
57
57
58
- ProjectsHelper . send ( :include , ProjectTree ::Patches ::ProjectsHelperPatch )
58
+ ProjectsHelper . send ( :include , :: ProjectTree ::Patches ::ProjectsHelperPatch )
You can’t perform that action at this time.
0 commit comments