Browse Source

fix: migrate project return owner login

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

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

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

Loading…
Cancel
Save