Browse Source

Merge branch 'dev_devops' of http://git.trustie.net/jasder/forgeplus into dev_devops

tags/v1.0.0
Jasder 5 years ago
parent
commit
3aa0cb70fe
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/pull_requests/index.json.jbuilder

+ 1
- 0
app/views/pull_requests/index.json.jbuilder View File

@@ -19,6 +19,7 @@ json.issues do
json.pull_request_staus pr.status == 1 ? "merged" : (pr.status == 2 ? "closed" : "open")
json.is_original pr.is_original
json.fork_project_id pr&.fork_project_id
json.fork_project_identifier pr&.fork_project&.identifier
json.fork_project_user pr&.fork_project&.owner.try(:login)



Loading…
Cancel
Save