diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-10 17:38:17 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-10 17:38:17 +0000 |
commit | 83bcc1f043511d85414ca3cafc1e10dc84b9da24 (patch) | |
tree | ad4f5fb681005732796c43266467c2e59228db79 /app/views/issues | |
parent | b0013d9f68a0ce4347f568b7f8809ea8ef9f1d8b (diff) | |
download | redmine-83bcc1f043511d85414ca3cafc1e10dc84b9da24.tar.gz redmine-83bcc1f043511d85414ca3cafc1e10dc84b9da24.zip |
Adds a setting to allow subtasks to belong to other projects (#5487).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10587 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/_attributes.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_attributes.html.erb b/app/views/issues/_attributes.html.erb index 2b73623ea..9b4c508cd 100644 --- a/app/views/issues/_attributes.html.erb +++ b/app/views/issues/_attributes.html.erb @@ -43,7 +43,7 @@ <div class="splitcontentright"> <% if @issue.safe_attribute? 'parent_issue_id' %> <p id="parent_issue"><%= f.text_field :parent_issue_id, :size => 10, :required => @issue.required_attribute?('parent_issue_id') %></p> -<%= javascript_tag "observeAutocompleteField('issue_parent_issue_id', '#{escape_javascript auto_complete_issues_path(:project_id => @issue.project)}')" %> +<%= javascript_tag "observeAutocompleteField('issue_parent_issue_id', '#{escape_javascript auto_complete_issues_path}')" %> <% end %> <% if @issue.safe_attribute? 'start_date' %> |