Merged r8130 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@8161 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2011-12-10 12:20:47 +00:00
parent 166c3c15dd
commit ff02412e75
2 changed files with 3 additions and 1 deletions

View File

@@ -293,6 +293,7 @@ function observeParentIssueField(url) {
{ minChars: 3,
frequency: 0.5,
paramName: 'q',
method: 'get',
updateElement: function(value) {
document.getElementById('issue_parent_issue_id').value = value.id;
}});
@@ -305,6 +306,7 @@ function observeRelatedIssueField(url) {
{ minChars: 3,
frequency: 0.5,
paramName: 'q',
method: 'get',
updateElement: function(value) {
document.getElementById('relation_issue_to_id').value = value.id;
},