summaryrefslogtreecommitdiffstats
path: root/redmine/app/controllers/account_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'redmine/app/controllers/account_controller.rb')
-rw-r--r--redmine/app/controllers/account_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/redmine/app/controllers/account_controller.rb b/redmine/app/controllers/account_controller.rb
index 22ac8609a..7031d71ec 100644
--- a/redmine/app/controllers/account_controller.rb
+++ b/redmine/app/controllers/account_controller.rb
@@ -27,6 +27,7 @@ class AccountController < ApplicationController
# Show user's account
def show
@user = User.find(params[:id])
+ @custom_values = @user.custom_values.find(:all, :include => :custom_field)
end
# Login request and validation