summaryrefslogtreecommitdiffstats
path: root/app/controllers/context_menus_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/context_menus_controller.rb')
-rw-r--r--app/controllers/context_menus_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/context_menus_controller.rb b/app/controllers/context_menus_controller.rb
index 36041fec6..f371b2e04 100644
--- a/app/controllers/context_menus_controller.rb
+++ b/app/controllers/context_menus_controller.rb
@@ -65,6 +65,7 @@ class ContextMenusController < ApplicationController
end
end
+ @safe_attributes = @issues.map(&:safe_attribute_names).reduce(:&)
render :layout => false
end