fix: Added missing field for bulk edit
This commit is contained in:
@@ -723,6 +723,26 @@ var bulkEditableCols = map[string]bool{
|
||||
"my_antenna": true,
|
||||
"my_sig": true,
|
||||
"my_sig_info": true,
|
||||
// Contest — the exchange/label fields that are constant across a run.
|
||||
// (srx/stx serial numbers stay excluded: they are per-QSO.)
|
||||
"contest_id": true,
|
||||
"srx_string": true,
|
||||
"stx_string": true,
|
||||
"arrl_sect": true,
|
||||
"precedence": true,
|
||||
"class": true,
|
||||
// Propagation / satellite — usually identical across a session.
|
||||
"prop_mode": true,
|
||||
"sat_name": true,
|
||||
"sat_mode": true,
|
||||
// Contacted station activation refs / SIG — meaningful to set across a
|
||||
// selected batch (e.g. a park/summit worked repeatedly).
|
||||
"pota_ref": true,
|
||||
"sota_ref": true,
|
||||
"wwff_ref": true,
|
||||
"iota": true,
|
||||
"sig": true,
|
||||
"sig_info": true,
|
||||
// Misc text
|
||||
"comment": true,
|
||||
"notes": true,
|
||||
|
||||
Reference in New Issue
Block a user