ZoroXing / r-labs

Automatically exported from code.google.com/p/r-labs
0 stars 0 forks source link

There is a wrong code #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Special file path:

plugins/redmine_code_review/app/controllers/code_review_settings_controller.rb

line 29

 @setting.updated_by = @user_id

I think it should be:

 @setting.updated_by = @user.id

Original issue reported on code.google.com by wangshen...@gmail.com on 28 Apr 2010 at 9:53

GoogleCodeExporter commented 8 years ago
Thanks.

Your are right.

Original comment by haru.ii.a9i1e on 28 Apr 2010 at 3:13

GoogleCodeExporter commented 8 years ago
Code Review Plugin 0.3.1 released and the issue was solved.

Original comment by haru.ii.a9i1e on 18 Jul 2010 at 2:29