Browse Source

fix: create project add login

tags/v3.1.5
yystopf 5 years ago
parent
commit
e4fda9243b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/projects/create.json.jbuilder

+ 1
- 0
app/views/projects/create.json.jbuilder View File

@@ -1 +1,2 @@
json.extract! @project, :id, :name,:identifier
json.login @project&.owner.login

Loading…
Cancel
Save