diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-07-01 18:49:25 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-07-01 18:49:25 +0000 |
commit | bd1384db7da40de4d883b6e8cca5081f414113a9 (patch) | |
tree | 84576ffcd6d3328a01e840fef831a13d905a26a4 /app/controllers/timelog_controller.rb | |
parent | 11ff334cd86c26a432e3282e732e6b1262915248 (diff) | |
download | redmine-bd1384db7da40de4d883b6e8cca5081f414113a9.tar.gz redmine-bd1384db7da40de4d883b6e8cca5081f414113a9.zip |
Added hook :controller_timelog_available_criterias
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3826 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/timelog_controller.rb')
-rw-r--r-- | app/controllers/timelog_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/timelog_controller.rb b/app/controllers/timelog_controller.rb index 007479ad6..7addff78c 100644 --- a/app/controllers/timelog_controller.rb +++ b/app/controllers/timelog_controller.rb @@ -311,6 +311,7 @@ private :label => cf.name} end + call_hook(:controller_timelog_available_criterias, { :available_criterias => @available_criterias, :project => @project }) @available_criterias end end |