diff options
author | Go MAEDA <maeda@farend.jp> | 2017-12-25 04:38:07 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2017-12-25 04:38:07 +0000 |
commit | f46b95107dabe2a3c1918e7d327022add640acd1 (patch) | |
tree | e6b7346015e8df98586823abb6f1ed3899867156 /app/controllers/users_controller.rb | |
parent | 21265811b9f813e6a1c9b76cb3fa115bbbd5c189 (diff) | |
download | redmine-f46b95107dabe2a3c1918e7d327022add640acd1.tar.gz redmine-f46b95107dabe2a3c1918e7d327022add640acd1.zip |
Render activities block on UsersController#show grouped and with event_type icon (#27240).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@17128 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r-- | app/controllers/users_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 653a37666..04d9a78ad 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -29,6 +29,8 @@ class UsersController < ApplicationController helper :custom_fields include CustomFieldsHelper helper :principal_memberships + helper :activities + include ActivitiesHelper require_sudo_mode :create, :update, :destroy |