Add tournament director field

This commit is contained in:
Claude Brisson
2024-03-10 14:31:59 +01:00
parent 4275877fb4
commit a3e3bfac62
5 changed files with 24 additions and 10 deletions

View File

@@ -160,6 +160,7 @@ onLoad(() => {
shortName: form.val('shortName'),
startDate: parseDate(form.val('startDate')),
endDate: parseDate(form.val('endDate')),
director: form.val('director'),
type: form.val('type'),
rounds: form.val('rounds'),
country: form.val('country'),