From fa4f06a98c78dbf5f7db51f4f8ac6a39d9d87135 Mon Sep 17 00:00:00 2001 From: davrot Date: Sat, 25 Jan 2025 21:33:26 +0000 Subject: [PATCH] =?UTF-8?q?Dateien=20nach=20=E2=80=9Eservices/forms?= =?UTF-8?q?=E2=80=9C=20hochladen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/forms/repo_form.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/forms/repo_form.go b/services/forms/repo_form.go index 1ce9b298ad..75936f8e6d 100644 --- a/services/forms/repo_form.go +++ b/services/forms/repo_form.go @@ -671,6 +671,7 @@ type UploadRepoFileForm struct { CommitChoice string `binding:"Required;MaxSize(50)"` NewBranchName string `binding:"GitRefName;MaxSize(100)"` Files []string + FullPaths []string CommitMailID int64 `binding:"Required"` Signoff bool }