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

This commit is contained in:
Jasder
2020-08-20 18:38:05 +08:00

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)