kin: auto-commit after pipeline
This commit is contained in:
parent
66dc5f2111
commit
b75269fa6c
4 changed files with 108 additions and 3 deletions
|
|
@ -190,6 +190,8 @@ export interface ProjectLink {
|
|||
id: number
|
||||
from_project: string
|
||||
to_project: string
|
||||
// WARNING (decision #527): поле называется `type` — так отдаёт бэкенд.
|
||||
// НЕ переименовывать в link_type — это вызовет runtime undefined во всех компонентах.
|
||||
type: string
|
||||
description: string | null
|
||||
created_at: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue