summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-01-09 08:43:24 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-01-09 08:43:24 +0000
commit9cb3cb9d0180e5cf51b93ca3e3ff5ab2141933a2 (patch)
tree9f69e8174c3d081a0e118517bef29777b868dc21 /app
parentfd3b332070b6dcb9805175f310026e9552167348 (diff)
downloadredmine-9cb3cb9d0180e5cf51b93ca3e3ff5ab2141933a2.tar.gz
redmine-9cb3cb9d0180e5cf51b93ca3e3ff5ab2141933a2.zip
Merged r14984 (#21551).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15016 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/controllers/issues_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb
index f2dd1acd2..29fc0c9f3 100644
--- a/app/controllers/issues_controller.rb
+++ b/app/controllers/issues_controller.rb
@@ -388,7 +388,7 @@ class IssuesController < ApplicationController
issue_attributes = issue_attributes.dup
issue_attributes.delete(:lock_version)
when 'add_notes'
- issue_attributes = issue_attributes.slice(:notes)
+ issue_attributes = issue_attributes.slice(:notes, :private_notes)
when 'cancel'
redirect_to issue_path(@issue)
return false