mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
remove spaces inside {} of ContextMenusController
git-svn-id: http://svn.redmine.org/redmine/trunk@19947 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
44ae0d0393
commit
81706a7e92
@ -39,7 +39,7 @@ class ContextMenusController < ApplicationController
|
||||
}
|
||||
|
||||
@assignables = @issues.map(&:assignable_users).reduce(:&)
|
||||
@trackers = @projects.map {|p| Issue.allowed_target_trackers(p) }.reduce(:&)
|
||||
@trackers = @projects.map {|p| Issue.allowed_target_trackers(p)}.reduce(:&)
|
||||
@versions = @projects.map {|p| p.shared_versions.open}.reduce(:&)
|
||||
|
||||
@priorities = IssuePriority.active.reverse
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user