The autocompleter for the issue relations feature broke the review view, do'h

feature.diff-whitespace
Thomas Keller 2011-10-09 02:22:43 +02:00
parent 74d07d8fb8
commit 0efc14dd6f
1 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,9 @@
return row.to; return row.to;
} }
}); });
{/literal}
{if $issue}
{literal}
$("#id_relation_issue" + idx).autocomplete("{/literal}{url 'IDF_Views_Issue::autoCompleteIssueList', array($project.shortname, $issue.id)}{literal}", { $("#id_relation_issue" + idx).autocomplete("{/literal}{url 'IDF_Views_Issue::autoCompleteIssueList', array($project.shortname, $issue.id)}{literal}", {
minChars: 0, minChars: 0,
width: 310, width: 310,
@ -83,6 +86,9 @@
return row[1]; return row[1];
} }
}); });
{/literal}
{/if}
{literal}
} }
}); });
{/literal} //--> {/literal} //-->