This commit is contained in:
yystopf 2023-03-10 16:02:54 +08:00
parent 01b80619e4
commit e9e970ca20
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ json.operate_journals_count issue.operate_journals.size
json.attachments issue.attachments.each do |attachment|
json.partial! "api/v1/attachments/simple_detail", locals: {attachment: attachment}
end
json.pull_fixed issue.pull_attached_issues.fixed.present?
json.pull_fixed issue.pull_attached_issues.where(fixed: true).present?