##// END OF EJS Templates
remove trailing white-space from app/models/workflow_permission.rb...
Toshi MARUYAMA -
r12934:1b01a7ab5e35
parent child
Show More
@@ -41,7 +41,7 class WorkflowPermission < WorkflowRule
41 def self.replace_permissions(trackers, roles, permissions)
41 def self.replace_permissions(trackers, roles, permissions)
42 trackers = Array.wrap trackers
42 trackers = Array.wrap trackers
43 roles = Array.wrap roles
43 roles = Array.wrap roles
44
44
45 transaction do
45 transaction do
46 permissions.each { |status_id, rule_by_field|
46 permissions.each { |status_id, rule_by_field|
47 rule_by_field.each { |field, rule|
47 rule_by_field.each { |field, rule|
General Comments 0
You need to be logged in to leave comments. Login now