Browse Source

fix

pull/342/head
yystopf 3 years ago
parent
commit
e9e970ca20
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/api/v1/issues/_detail.json.jbuilder

+ 1
- 1
app/views/api/v1/issues/_detail.json.jbuilder 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?

Loading…
Cancel
Save