FIX simple api with open_devops columen

This commit is contained in:
Jasder 2020-07-14 15:34:01 +08:00
parent 4d9b8738d8
commit 4518a3ea87
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ module ProjectsHelper
identifier: project.identifier,
name: project.name,
id: project.id,
open_devops: project.open_devops,
type: project.numerical_for_project_type,
author: {
login: project.owner.login,