]> source.dussan.org Git - sonarqube.git/commit
SONAR-2443 Use user login instead of id for the auto-suggest field
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 23 Jun 2011 17:02:32 +0000 (19:02 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 23 Jun 2011 17:02:32 +0000 (19:02 +0200)
commitf2cd26c707512543537abbbdd9bd3da30e6289a9
treeb550bc04e29ea77f64ec9d4db641b567daf682a3
parenteaa56da20a2300ab6f28faab35a901aef509d31f
SONAR-2443 Use user login instead of id for the auto-suggest field

Completely remove the use of "assignee_id" as this can be
misleading in several places.
sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_comment_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb