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
+20
View File
@@ -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,