Merge branch 'develop' into feature.diff-whitespace

feature.diff-whitespace
Thomas Keller 2011-10-09 02:25:49 +02:00
commit e5b10a8494
1 changed files with 6 additions and 0 deletions

View File

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