From: Stas Vilchik Date: Thu, 16 Apr 2015 14:24:49 +0000 (+0200) Subject: fix selection of the first assignee in the issue assign form X-Git-Tag: 5.2-RC1~2246 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3b843391830ec3bb02fd229300167dd85fe45d87;p=sonarqube.git fix selection of the first assignee in the issue assign form --- diff --git a/server/sonar-web/src/main/coffee/issue/views/assign-form-view.coffee b/server/sonar-web/src/main/coffee/issue/views/assign-form-view.coffee index ff34b1cc3af..e22f76bdc01 100644 --- a/server/sonar-web/src/main/coffee/issue/views/assign-form-view.coffee +++ b/server/sonar-web/src/main/coffee/issue/views/assign-form-view.coffee @@ -60,13 +60,6 @@ define [ setTimeout (=> @$('input').focus()), 100 - selectInitialOption: -> - assignee = @getAssignee() - if assignee - @makeActive @getOptions().filter("[data-value=\"#{@getAssignee()}\"]") - else super - - renderTags: -> @$('.issue-action-option').remove() @getAssignees().forEach @renderAssignee, @