fix: Added missing field for bulk edit
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user