diff options
Diffstat (limited to 'app/views/versions/_issue_counts.rhtml')
-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 7ef8c4bce..e2e2da675 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 => status_by_project_version_path(version.project, version), + :onchange => remote_function(:url => status_by_version_path(version), :with => "Form.serialize('status_by_form')"))) %> </legend> <% if counts.empty? %> |