Indefero

Indefero Commit Details


Date:2011-10-08 19:22:43 (13 years 6 months ago)
Author:Thomas Keller
Branch:develop, feature.diff-whitespace, feature.wiki-default-page, release-1.2, release-1.3
Commit:0efc14dd6f7d1544ca685caf3989923b7b3283f1
Parents: 74d07d8fb840c30c7b69ce4ed4566d8f6f71b51a
Message:The autocompleter for the issue relations feature broke the review view, do'h

Changes:

File differences

src/IDF/templates/idf/issues/js-autocomplete.html
6868
6969
7070
71
72
73
7174
7275
7376
......
8386
8487
8588
89
90
91
8692
8793
8894
                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,
                return row[1];
            }
        });
{/literal}
    {/if}
{literal}
    }
  });
{/literal} //-->

Archive Download the corresponding diff file

Page rendered in 0.15258s using 13 queries.