Browse Source

remove spaces inside {} of ContextMenusController

git-svn-id: http://svn.redmine.org/redmine/trunk@19947 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA 3 years ago
parent
commit
81706a7e92
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/controllers/context_menus_controller.rb

+ 1
- 1
app/controllers/context_menus_controller.rb View File

@@ -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…
Cancel
Save