• Sean McGivern's avatar
    Don't call `#uniq` on a relation · 2c40a012
    Sean McGivern authored
    When there was no project, no search, and no current user or author
    param, the AutocompleteController would call `#uniq!` on a relation
    instead of an array. This performed the less-efficient `SELECT DISTINCT`
    when it wasn't even needed (because the query wouldn't return duplicates
    anyway - duplicates were only added by putting a user on top of the
    list).
    2c40a012