fix: Added missing field for bulk edit

This commit is contained in:
2026-07-08 09:26:30 +02:00
parent 44d276c841
commit 5f9ee9efa2
4 changed files with 68 additions and 6 deletions
+18
View File
@@ -3629,6 +3629,24 @@ var bulkFieldColumns = map[string]string{
"my_antenna": "my_antenna",
"my_sig": "my_sig",
"my_sig_info": "my_sig_info",
// Contest
"contest_id": "contest_id",
"srx_string": "srx_string",
"stx_string": "stx_string",
"arrl_sect": "arrl_sect",
"precedence": "precedence",
"class": "class",
// Propagation / satellite
"prop_mode": "prop_mode",
"sat_name": "sat_name",
"sat_mode": "sat_mode",
// Contacted station activation refs / SIG
"pota_ref": "pota_ref",
"sota_ref": "sota_ref",
"wwff_ref": "wwff_ref",
"iota": "iota",
"sig": "sig",
"sig_info": "sig_info",
// Misc text
"comment": "comment",
"notes": "notes",