forked from Trustie/forgeplus
fixed issue编辑错误
This commit is contained in:
parent
5d102f9ef4
commit
ec9f3a3058
|
|
@ -191,6 +191,10 @@ class IssuesController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
issue_files = params[:attachment_ids]
|
||||
change_files = false
|
||||
issue_file_ids = []
|
||||
|
||||
if issue_files.present?
|
||||
change_files = true
|
||||
issue_files.each do |id|
|
||||
|
|
|
|||
Loading…
Reference in New Issue