ActionView::Template::Error, when i am creating issue from the list of all projects #831
This commit is contained in:
parent
d92f8745ee
commit
154a913781
@ -82,7 +82,7 @@
|
||||
:max_concurrent_uploads => Redmine::Configuration['max_concurrent_ajax_uploads'].to_i,
|
||||
:upload_path => dmsf_uploads_path(:format => 'js'),
|
||||
:description_placeholder => l(:label_optional_description),
|
||||
:project => "#{@project.identifier}",
|
||||
:project => @project ? "#{@project.identifier}" : "",
|
||||
:description => description,
|
||||
:awf => awf
|
||||
} %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user