mirror of
https://github.com/redmine/redmine.git
synced 2026-01-20 14:33:06 +01:00
remove trailing white-space from app/models/workflow_permission.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13209 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -41,7 +41,7 @@ class WorkflowPermission < WorkflowRule
|
||||
def self.replace_permissions(trackers, roles, permissions)
|
||||
trackers = Array.wrap trackers
|
||||
roles = Array.wrap roles
|
||||
|
||||
|
||||
transaction do
|
||||
permissions.each { |status_id, rule_by_field|
|
||||
rule_by_field.each { |field, rule|
|
||||
|
||||
Reference in New Issue
Block a user