This commit is contained in:
cangui 2025-06-20 21:06:04 +02:00
parent 5492ca3453
commit 6e0726cd76
2 changed files with 2 additions and 2 deletions

View File

@ -818,7 +818,7 @@ func HandleAddJobsMultiple(db *gorm.DB) http.HandlerFunc {
// 6. Notification au frontend // 6. Notification au frontend
download.Broadcast() download.Broadcast()
w.WriteHeader(http.StatusNoContent) //w.WriteHeader(http.StatusNoContent)
} }
} }

View File

@ -11,7 +11,7 @@
<div class="flex space-x-2"> <div class="flex space-x-2">
<select name="path_id" class="flex-1 border rounded p-2"> <select name="path_id" class="flex-1 border rounded p-2">
{{ range .paths }} {{ range .paths }}
<option value="{{ .ID }}">{{ .Name }} ({{ .Path }})</option> <option value="{{ .ID }}">{{ .PathName }} ({{ .Path }})</option>
{{ end }} {{ end }}
</select> </select>
<input type="text" name="new_subfolder" class="flex-1 border rounded p-2" placeholder="Créer un sous-dossier (optionnel)" /> <input type="text" name="new_subfolder" class="flex-1 border rounded p-2" placeholder="Créer un sous-dossier (optionnel)" />