kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 18:54:02 +02:00
parent 66dc5f2111
commit b75269fa6c
4 changed files with 108 additions and 3 deletions

View file

@ -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