correctly set initial notification value on work package copying

pull/8354/head
ulferts 5 years ago
parent 79409370ee
commit 3ccfb86dfe
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      app/services/work_packages/copy_service.rb

@ -43,7 +43,7 @@ class WorkPackages::CopyService
end
def call(send_notifications: true, **attributes)
in_context(work_package) do
in_context(work_package, send_notifications) do
copy(attributes, send_notifications)
end
end

Loading…
Cancel
Save