mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 12:31:40 +01:00
Allows bulk change issue private flag (#10042).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8696 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -228,6 +228,7 @@ class IssuesController < ApplicationController
|
||||
@assignables = target_projects.map(&:assignable_users).inject{|memo,a| memo & a}
|
||||
@trackers = target_projects.map(&:trackers).inject{|memo,t| memo & t}
|
||||
|
||||
@safe_attributes = @issues.map(&:safe_attribute_names).inject {|memo,attrs| memo & attrs}
|
||||
render :layout => false if request.xhr?
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user