branch develop updated (0992fa7 -> 653e87b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jredmine. See http://git.nuiton.org/jredmine.git from 0992fa7 fixes #3643: Add a tip when could not publish an attachment new 653e87b fixes #3644: Redmine error if could not save attachment The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 653e87b94e97d49ae82ffbd43feda0fd6ebfa416 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Mar 4 12:47:50 2015 +0100 fixes #3644: Redmine error if could not save attachment Summary of changes: .../main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See http://git.nuiton.org/jredmine.git commit 653e87b94e97d49ae82ffbd43feda0fd6ebfa416 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Mar 4 12:47:50 2015 +0100 fixes #3644: Redmine error if could not save attachment --- .../main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb b/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb index c53ae56..2141011 100644 --- a/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb +++ b/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb @@ -391,7 +391,7 @@ class JredmineController < ActionController::Base Mailer.deliver_attachments_added(array) end else - render_status 505, "Could not save the file " + a + render_status 505, "Could not save the file " + attachment.to_s end render_result a end -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm