diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-17 16:11:43 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-17 16:11:43 +0000 |
commit | 5fdfe02b3a3e8cc396f38c4af75c586ae584a4d2 (patch) | |
tree | 721ba407b53888d5ad8127ae7d3ea5d6ad145c54 /app/views/versions | |
parent | bd193a026df09ba231b241c24b43762810af7871 (diff) | |
download | redmine-5fdfe02b3a3e8cc396f38c4af75c586ae584a4d2.tar.gz redmine-5fdfe02b3a3e8cc396f38c4af75c586ae584a4d2.zip |
Refactor: add VersionsController#status_by to the resource.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4098 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions')
-rw-r--r-- | app/views/versions/_issue_counts.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/_issue_counts.rhtml b/app/views/versions/_issue_counts.rhtml index 4bab5c659..38f3edbcb 100644 --- a/app/views/versions/_issue_counts.rhtml +++ b/app/views/versions/_issue_counts.rhtml @@ -5,7 +5,7 @@ select_tag('status_by', status_by_options_for_select(criteria), :id => 'status_by_select', - :onchange => remote_function(:url => { :action => :status_by, :id => version }, + :onchange => remote_function(:url => status_by_project_version_path(version.project, version), :with => "Form.serialize('status_by_form')"))) %> </legend> <% if counts.empty? %> |